Skip to content

Commit

Permalink
don't run super linter on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed May 13, 2024
1 parent 417cfe4 commit e6fbc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

lint:
runs-on: ubuntu-latest
if: github.ref_name != 'main'
steps:
- uses: actions/checkout@v3
- uses: github/super-linter/slim@v4
Expand Down

0 comments on commit e6fbc5c

Please sign in to comment.