Skip to content

Commit

Permalink
add github action to check pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 15, 2023
1 parent b5161fc commit 348b772
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: lint
on:
push:
branches: [ "**" ]

jobs:
pre-commit:
uses: fsinfuhh/workflows/.github/workflows/check_pre_commit.yml@main

0 comments on commit 348b772

Please sign in to comment.