We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3e5b4 commit f9a603cCopy full SHA for f9a603c
.github/workflows/megalinter.yaml
@@ -16,14 +16,6 @@ jobs:
16
with:
17
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
18
fetch-depth: 0
19
- - name: MegaLinter
20
- id: ml
21
- uses: megalinter/megalinter/flavors/[email protected]
22
- env:
23
- VALIDATE_ALL_CODEBASE: true
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- DISABLE: COPYPASTE,SPELL
26
- DISABLE_LINTERS: TERRAFORM_TERRASCAN
27
- name: Archive production artifacts
28
if: ${{ success() }} || ${{ failure() }}
29
uses: actions/upload-artifact@v3
0 commit comments