Skip to content

Commit

Permalink
perform checks for pr too
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 11, 2024
1 parent c0bac7c commit 9246cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint code
on: [push]
on: [push, pull_request]

jobs:
# Use ruff to check for code style violations
Expand Down

0 comments on commit 9246cb2

Please sign in to comment.