Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/.github_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:
with:
repository: nodenv/${{ matrix.repo }}
persist-credentials: false
- uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
- uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
env:
### RUN_LOCAL+USE_FIND_ALGORITHM to workaround superlinter
RUN_LOCAL: true
USE_FIND_ALGORITHM: true
###
USE_FIND_ALGORITHM: true # workaround superlinter
### below here should match our reusable test workflow config
GITHUB_TOKEN: ${{ github.token }}
BASH_EXEC_IGNORE_LIBRARIES: true # superlinter bug #5731
FILTER_REGEX_EXCLUDE: node_modules
VALIDATE_BIOME_FORMAT: false # conflicts with prettier
VALIDATE_BIOME_LINT: false # conflicts with prettier
VALIDATE_GIT_COMMITLINT: false # commitlint is bad
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false # too prone to false-positives
VALIDATE_SPELL_CODESPELL: false # TODO
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ jobs:
with: { egress-policy: audit }
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: { fetch-depth: 0, persist-credentials: false }
- uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
- uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
env:
GITHUB_TOKEN: ${{ github.token }}
BASH_EXEC_IGNORE_LIBRARIES: true # superlinter bug
FILTER_REGEX_EXCLUDE: node_modules
VALIDATE_BIOME_FORMAT: false # conflicts with prettier
VALIDATE_BIOME_LINT: false # conflicts with prettier
VALIDATE_GIT_COMMITLINT: false # commitlint is bad
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false # too prone to false-positives
VALIDATE_SPELL_CODESPELL: false # TODO

dependency-review:
if: startsWith('pull_request', github.event_name)
Expand Down