Skip to content

Commit

Permalink
Tidy CI messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesnyder committed May 22, 2024
1 parent f6b8ac1 commit 074151e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Run tests and pre-commit hooks

on:
push:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
fail-on-empty: true

pre-commit:
name: Run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 074151e

Please sign in to comment.