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 5333c63 commit c6eb5b1Copy full SHA for c6eb5b1
2 files changed
.github/workflows/mega-linter.yml
@@ -32,6 +32,7 @@ jobs:
32
fetch-depth: 0
33
# So we can use secrets.ALIBUILD_GITHUB_TOKEN to push later.
34
persist-credentials: false
35
+ allow-unsafe-pr-checkout: true # needed for pull_request_target
36
37
# MegaLinter
38
- name: MegaLinter
.github/workflows/o2-linter.yml
@@ -34,6 +34,7 @@ jobs:
with:
ref: ${{ env.BRANCH_HEAD }}
fetch-depth: 0 # needed to get the full history
- name: Run tests
39
id: linter
40
run: |
0 commit comments