Skip to content

Commit

Permalink
ci: Run pre-commit and unit tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Sep 8, 2024
1 parent 5b9c9ad commit 31eb4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Pre-commit
on:
workflow_dispatch:
push:
pull_request:

jobs:
check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Run unit tests
on:
workflow_dispatch:
push:
pull_request:

jobs:
versions:
Expand Down

0 comments on commit 31eb4a1

Please sign in to comment.