Skip to content

Commit

Permalink
Run ruff on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Sep 30, 2024
1 parent 822536a commit f79938b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Ruff
on: [push]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
ruff_py3:
Expand Down

0 comments on commit f79938b

Please sign in to comment.