feat(ci): Remove fmt from build step

This commit is contained in:
Artem Yadelskyi 2026-02-20 22:09:36 +02:00
parent df2c42466c
commit c2ace2561c
No known key found for this signature in database

View file

@ -16,10 +16,5 @@ jobs:
with: with:
go-version-file: go.mod go-version-file: go.mod
- name: fmt
run: |
make fmt
git diff --exit-code || (echo "::error::Code is not formatted. Run 'make fmt' and commit the changes." && exit 1)
- name: Build - name: Build
run: make build-all run: make build-all