Skip to content

Commit

Permalink
Run Lint and Test on PRs
Browse files Browse the repository at this point in the history
Addresses #153
  • Loading branch information
manicki committed Jan 6, 2025
1 parent 19e5c88 commit b180484
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Lint and Test
on: push
on:
push:
pull_request:
permissions:
contents: read
jobs:
Expand Down

0 comments on commit b180484

Please sign in to comment.