Skip to content

Commit

Permalink
chore: add pre-commit gh action to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Sep 6, 2024
1 parent e4862a4 commit c9d2593
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pre-commit

on:
push:

jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v4

- uses: pre-commit/[email protected]
with:
extra_args: --all-files

0 comments on commit c9d2593

Please sign in to comment.