Skip to content

Commit

Permalink
CI: Make pre-commit workflow standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Mar 18, 2024
1 parent 56f8190 commit 60e692c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: pre-commit

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ permissions:
contents: read

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

0 comments on commit 60e692c

Please sign in to comment.