diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 627b457f50..d17dd681a1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -7,9 +7,10 @@ on: - staging merge_group: +permissions: { } + jobs: build: - if: github.repository == 'coronasafe/care' name: Lint Code Base runs-on: ubuntu-latest permissions: @@ -26,7 +27,6 @@ jobs: - name: Lint Code Base uses: super-linter/super-linter/slim@v6 env: - DEFAULT_BRANCH: develop GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: false VALIDATE_PYTHON_BLACK: true