We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd8d0f commit e294376Copy full SHA for e294376
.github/workflows/code_analysis.yaml
@@ -30,11 +30,11 @@ jobs:
30
31
-
32
name: 'Jack: Outdated Breakpoint'
33
- run: ./bin/jack breakpoint --ansi --limit 3
+ run: ./bin/jack breakpoint --limit 3
34
35
36
name: 'Jack: Open Versions'
37
- run: ./bin/jack open-versions --dry-run --ansi
+ run: ./bin/jack open-versions --dry-run
38
39
40
name: 'Tests'
0 commit comments