Skip to content

Commit

Permalink
[CI] rename pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 29, 2024
1 parent e972fb8 commit c7f8501
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 c7f8501

Please sign in to comment.