Skip to content

Commit

Permalink
Merge pull request #19 from Uninett/change-linter-config
Browse files Browse the repository at this point in the history
Make linter more similar to zino
  • Loading branch information
hmpf authored Jan 19, 2024
2 parents 129363c + f49a5d1 commit 10b6a2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ name: Lint Code Base
######################################################
on:
push:
# branches-ignore: main
# Include the line above to not run when pushing to main
pull_request:
branches: main
pull_request:

###############
# Set the Job #
Expand Down Expand Up @@ -55,7 +53,7 @@ jobs:
uses: github/super-linter/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Add validation for other languages here or comment out all to validate all languages
VALIDATE_PYTHON_FLAKE8: true

0 comments on commit 10b6a2c

Please sign in to comment.