feat: pre-commit action

This commit is contained in:
Oskar Manhart 2023-07-25 11:25:08 +02:00
parent 3ee971b9e9
commit 423497a199

14
.github/workflows/pre-commit.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: pre-commit-ci-lite
on:
push:
branches: [ "rewrite" ]
pull_request:
branches: [ "rewrite" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: pre-commit-ci/lite-action@v1.0.1
if: always()