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:
Zack Koppert 2021-01-29 21:14:18 -08:00 committed by GitHub
parent 469e002c2e
commit 93e067cf82
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
# Run Linter against code base # # Run Linter against code base #
################################ ################################
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v3.14.5 uses: github/super-linter@v3.14.4
env: env:
ACTIONS_RUNNER_DEBUG: true ACTIONS_RUNNER_DEBUG: true
ERROR_ON_MISSING_EXEC_BIT: true ERROR_ON_MISSING_EXEC_BIT: true