Skip to content

Commit

Permalink
cleanup linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jun 2, 2024
1 parent 7301a98 commit 796dd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 796dd87

Please sign in to comment.