Skip to content

Commit

Permalink
Merge pull request #33 from github/crimsonknave-fix-tag-push
Browse files Browse the repository at this point in the history
Run ruff and pyright on pushes to main so tags can require those checks.
  • Loading branch information
crimsonknave authored Dec 19, 2024
2 parents 4da2a53 + e904b59 commit bab6acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Pyright

on:
pull_request:
push:
branches: [ main ]

jobs:
pyright:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Ruff

on:
pull_request:
push:
branches: [ main ]

jobs:
ruff:
Expand Down

0 comments on commit bab6acf

Please sign in to comment.