Skip to content

Commit

Permalink
adds push hook to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Jul 15, 2024
1 parent b11cc73 commit 411ecf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint

on:
pull_request:
on:
pull_request:
types: [opened, edited, reopened]
push:

jobs:
lint:
Expand Down

0 comments on commit 411ecf5

Please sign in to comment.