mirror of
https://gitea.com/gitea/act
synced 2026-05-13 00:01:16 +02:00
Update
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user