Skip to content

Commit

Permalink
chore(hooks): Enable linting on PRs
Browse files Browse the repository at this point in the history
closes cfpb#291
  • Loading branch information
michaeljwood committed Jan 17, 2025
1 parent 2f9ae7c commit f294062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Linters

on: [push]
on:
pull_request:
push:

jobs:
black:
Expand Down

0 comments on commit f294062

Please sign in to comment.