mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
revert to get order of operations right
this enables an automated deploy. will reroll in a minute to 3.14.5
This commit is contained in:
parent
469e002c2e
commit
93e067cf82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v3.14.5
|
||||
uses: github/super-linter@v3.14.4
|
||||
env:
|
||||
ACTIONS_RUNNER_DEBUG: true
|
||||
ERROR_ON_MISSING_EXEC_BIT: true
|
||||
|
|
Loading…
Reference in a new issue