From 97370dbc116d820decbbe5a01b098a4253c6a9de Mon Sep 17 00:00:00 2001 From: Armode <72744344+Armode@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:55:33 -0600 Subject: [PATCH] Update super-linter.yml --- .github/workflows/super-linter.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index dae6389..da27045 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -8,16 +8,16 @@ name: Lint Code Base on: SPI push: super-linter.yml - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "main" ] + pull_request: "SPI" + branches: [ "main" ] jobs: run-lint: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 - with: + with: invert # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 @@ -26,4 +26,4 @@ jobs: env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: "main" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ gdb }}