We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d6699 commit 9cde571Copy full SHA for 9cde571
.github/workflows/megalinter.yaml
@@ -41,9 +41,12 @@ jobs:
41
fi
42
- name: MegaLinter
43
id: ml
44
- uses: oxsecurity/megalinter@v7
+ uses: oxsecurity/megalinter
45
env:
46
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
47
+ APPLY_FIXES: all
48
+ APPLY_FIXES_EVENT: pull_request
49
+ APPLY_FIXES_MODE: pull_request
50
- name: Archive production artifacts
51
if: success() || failure()
52
uses: actions/upload-artifact@v4
0 commit comments