Skip to content

Commit 9a6cdb6

Browse files
committed
run all the linters at once
1 parent 4f071df commit 9a6cdb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linters.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ jobs:
3838
# utility
3939
- 'gomods-tidy-ci'
4040
- 'modgraph'
41-
defaults:
42-
run:
43-
working-directory: wasp
4441
runs-on: ubuntu-latest
4542
steps:
4643
- uses: actions/checkout@v3
4744
- name: Install Devbox
4845
uses: jetify-com/[email protected]
4946
with:
5047
enable-cache: 'true'
48+
- name: Setup Go
49+
uses: actions/setup-go@v5
50+
with:
51+
go-version: 'v1.24.0'
5152
- name: Lint
5253
run: |
5354
devbox run ${{ matrix.cmd }}

0 commit comments

Comments
 (0)