mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-03 23:42:47 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
261011b054 | ||
| c2328922ab |
2
.github/workflows/action-security.yml
vendored
2
.github/workflows/action-security.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Run actionlint
|
- name: Run actionlint
|
||||||
uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0
|
uses: raven-actions/actionlint@3a24062651993d40fed1019b58ac6fbdfbf276cc # v2.0.1
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
fail-on-error: true
|
fail-on-error: true
|
||||||
|
|||||||
14
.github/workflows/pr-lint.yml
vendored
14
.github/workflows/pr-lint.yml
vendored
@@ -70,20 +70,6 @@ jobs:
|
|||||||
- name: MegaLinter
|
- name: MegaLinter
|
||||||
id: ml
|
id: ml
|
||||||
uses: oxsecurity/megalinter/flavors/cupcake@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
|
uses: oxsecurity/megalinter/flavors/cupcake@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
|
||||||
env:
|
|
||||||
PARALLEL: true # Run linters in parallel
|
|
||||||
FILTER_REGEX_EXCLUDE: '(\.automation/test|docs/json-schemas|\.github/workflows)'
|
|
||||||
|
|
||||||
# Error configuration
|
|
||||||
ERROR_ON_MISSING_EXEC_BIT: true
|
|
||||||
CLEAR_REPORT_FOLDER: true
|
|
||||||
PRINT_ALPACA: false
|
|
||||||
SHOW_ELAPSED_TIME: true
|
|
||||||
|
|
||||||
# File configuration
|
|
||||||
YAML_YAMLLINT_CONFIG_FILE: .yamllint.yml
|
|
||||||
YAML_PRETTIER_CONFIG_FILE: .prettierrc.yml
|
|
||||||
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: '(\.automation/test|docs/json-schemas|\.github/workflows)'
|
|
||||||
|
|
||||||
- name: Check MegaLinter Results
|
- name: Check MegaLinter Results
|
||||||
id: check-results
|
id: check-results
|
||||||
|
|||||||
Reference in New Issue
Block a user