File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ jobs:
6868
6969 - name : Check spelling
7070 run : |
71- mise run typos
71+ mise run lint: typos
7272
7373 - name : Lint expl3 code
7474 if : toJSON(inputs) == '{}'
7575 run : |
76- mise run expl
76+ mise run lint:expl3
7777
7878 - name : Lint expl3 code (slow)
7979 # run only when triggered by `workflow_call` or `workflow_dispatch`
8080 if : toJSON(inputs) != '{}'
8181 run : |
82- mise run expl --slow --verbose
82+ mise run lint:expl3 --slow --verbose
8383
8484 - name : Lint python code
8585 run : |
86- mise run ruff
86+ mise run lint:python
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ depends = ['lint:*']
99
1010[tasks ."lint:expl3" ]
1111description = ' Lint expl3 code'
12- alias = ' expl '
12+ alias = ' explcheck '
1313env.EXPLCHECK_CONFIG = ' {{ get_env(name="EXPLCHECK_CONFIG", default="config/explcheck.toml") }}'
1414file = ' scripts/lint-expl3.sh'
1515interactive = true
You can’t perform that action at this time.
0 commit comments