1 parent cb09e22 commit 97370dbCopy full SHA for 97370db
1 file changed
.github/workflows/super-linter.yml
@@ -8,16 +8,16 @@ name: Lint Code Base
8
9
on: SPI
10
push: super-linter.yml
11
- branches: [ "master" ]
12
- pull_request:
13
+ branches: [ "main" ]
+ pull_request: "SPI"
14
jobs:
15
run-lint:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v3
20
- with:
+ with: invert
21
# Full git history is needed to get a proper list of changed files within `super-linter`
22
fetch-depth: 0
23
@@ -26,4 +26,4 @@ jobs:
26
env:
27
VALIDATE_ALL_CODEBASE: false
28
DEFAULT_BRANCH: "main"
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ gdb }}
0 commit comments