Skip to content

Commit

Permalink
Update coverage_and_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored May 15, 2024
1 parent 59c84dc commit 0532787
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- main
- htmx
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

jobs:
check:
Expand Down Expand Up @@ -40,4 +43,4 @@ jobs:

- name: Lint with Ruff
if: ${{ always() && steps.install-deps.outcome == 'success' }}
uses: chartboost/ruff-action@v1
uses: chartboost/ruff-action@v1

0 comments on commit 0532787

Please sign in to comment.