Skip to content

make check and fix commands quiet #122

make check and fix commands quiet

make check and fix commands quiet #122

Workflow file for this run

name: Build image
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Docker runtime
uses: docker/setup-buildx-action@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: yarn install
- name: Generate code
run: make gen
- name: Build image
uses: docker/build-push-action@v6
with:
context: .
push: false