ci: Run pre-commit and unit tests on PRs

This commit is contained in:
Mike A.
2024-09-08 17:13:05 +02:00
parent 5b9c9ad3eb
commit 31eb4a1665
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: Pre-commit
on:
workflow_dispatch:
push:
pull_request:
jobs:
check:

View File

@@ -3,6 +3,7 @@ name: Run unit tests
on:
workflow_dispatch:
push:
pull_request:
jobs:
versions: