mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-07 07:37:19 +02:00
feat: pre-commit action
This commit is contained in:
parent
3ee971b9e9
commit
423497a199
14
.github/workflows/pre-commit.yml
vendored
Normal file
14
.github/workflows/pre-commit.yml
vendored
Normal 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()
|
Loading…
x
Reference in New Issue
Block a user