1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +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
with:
go-version-file: 'go.mod'
- name: Check formatting
run: make format-check
- name: Build
run: make build
- name: Lint
run: make lint
- name: Test
run: make test
- run: make format-check
- run: make build
# currently doesnt work bc of docker commands will check later
# run: make lint
- run: make test