mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-13 13:59:16 +02:00
feat: pre-commit action
This commit is contained in:
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()
|
Reference in New Issue
Block a user