Skip to content

Commit

Permalink
Merge pull request #161 from jpthiele/rename_precommit_ci
Browse files Browse the repository at this point in the history
[CI] rename pre-commit action
  • Loading branch information
pjaap authored Nov 29, 2024
2 parents 952d049 + d24aecb commit 30dcca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: pre-commit
name: code quality checks

on:
pull_request:

jobs:
pre-commit:
name: run pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30dcca9

Please sign in to comment.