Skip to content

Commit

Permalink
Merge pull request #1 from vitorsilverio/main
Browse files Browse the repository at this point in the history
fix lint pr
  • Loading branch information
jaideraf authored Sep 28, 2021
2 parents a01d994 + ee86dd2 commit b2e8b56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
# Disable PR lint check until https://github.com/wearerequired/lint-action/issues/13 has been fixed
# pull_request:
# branches:
# - main

jobs:
run-linters:
Expand All @@ -31,4 +32,4 @@ jobs:
uses: wearerequired/lint-action@v1
with:
black: true
flake8: true
flake8: true

0 comments on commit b2e8b56

Please sign in to comment.