Skip to content

Commit 6fefae8

Browse files
committed
try modgraph
1 parent b9cd254 commit 6fefae8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linters.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- 'havoc-lint'
1717
- 'parrot-lint'
1818
- 'lint-pre-commit'
19-
- 'gomods-tidy-ci'
2019
# tools
2120
- 'workflowresultparser-lint'
2221
- 'asciitable-lint'
@@ -27,6 +26,9 @@ jobs:
2726
- 'k8stestrunner-lint'
2827
# legacy
2928
- 'lib-lint'
29+
# utility
30+
- 'gomods-tidy-ci'
31+
- 'modgraph'
3032
defaults:
3133
run:
3234
working-directory: wasp
@@ -37,6 +39,6 @@ jobs:
3739
uses: jetify-com/[email protected]
3840
with:
3941
enable-cache: 'true'
40-
- name: Run tests
42+
- name: Lint
4143
run: |
4244
devbox run ${{ matrix.cmd }}

0 commit comments

Comments
 (0)