1
0
mirror of https://gitea.com/gitea/act synced 2026-05-13 00:01:16 +02:00
This commit is contained in:
Nicolas
2026-04-20 12:50:05 +00:00
parent 15fc423f9c
commit be28e49d4d

View File

@@ -12,11 +12,8 @@ jobs:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: Check formatting - run: make format-check
run: make format-check - run: make build
- name: Build # currently doesnt work bc of docker commands will check later
run: make build # run: make lint
- name: Lint - run: make test
run: make lint
- name: Test
run: make test