Skip to content

Commit

Permalink
feat: lint on push
Browse files Browse the repository at this point in the history
  • Loading branch information
chai-mi committed Jan 7, 2025
1 parent 831e8da commit e633d14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [pull_request]
on:
- pull_request
- push

jobs:
lint:
Expand Down

0 comments on commit e633d14

Please sign in to comment.