Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshantri authored Apr 3, 2021
1 parent 46f28a6 commit 4471944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: YABA Code Linter
on:
push:
pull_request:
branches: [ master ]

jobs:
lint:
Expand All @@ -22,4 +21,4 @@ jobs:
VALIDATE_PYTHON_PYLINT: true
VALIDATE_JAVASCRIPT_ES: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4471944

Please sign in to comment.