Skip to content

Commit 97370db

Browse files
authored
Update super-linter.yml
1 parent cb09e22 commit 97370db

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ name: Lint Code Base
88

99
on: SPI
1010
push: super-linter.yml
11-
branches: [ "master" ]
12-
pull_request:
13-
branches: [ "master" ]
11+
branches: [ "main" ]
12+
pull_request: "SPI"
13+
branches: [ "main" ]
1414
jobs:
1515
run-lint:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
20-
with:
20+
with: invert
2121
# Full git history is needed to get a proper list of changed files within `super-linter`
2222
fetch-depth: 0
2323

@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
VALIDATE_ALL_CODEBASE: false
2828
DEFAULT_BRANCH: "main"
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ gdb }}

0 commit comments

Comments
 (0)