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