Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Apr 16, 2021
1 parent 93e6a6d commit 0c078e4
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------- #
# Note: this file originates in ahmadnassri/template-template #
# ----------------------------------------------------------- #
# ------------------------------------------------------------- #
# Note: this file is automatically managed in template-template #
# ------------------------------------------------------------- #

name: super-linter

Expand All @@ -12,13 +12,13 @@ jobs:

runs-on: ubuntu-latest

# run on external PRs, but not on our internal PRs
# run once
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

steps:
- run: echo ::info ::duplicate check ran successfully

lint:
super-linter:
timeout-minutes: 5

needs: deduplicate
Expand All @@ -27,8 +27,15 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: github/super-linter@v3.15.5
env:
GITHUB_TOKEN: ${{ github.token }}
LOG_LEVEL: ERROR
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ github.token }}
VALIDATE_SHELL_SHFMT: false
VALIDATE_JSCPD: false
VALIDATE_TERRAFORM_TERRASCAN: false
FILTER_REGEX_EXCLUDE: '.*test/fixtures/*'

0 comments on commit 0c078e4

Please sign in to comment.