mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-07 07:37:19 +02:00
feat: run lictool seperately in CI
This commit is contained in:
parent
34e76f749b
commit
a7c8d4acfe
20
.github/workflows/lictool.yaml
vendored
Normal file
20
.github/workflows/lictool.yaml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lictool:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: 3.x
|
||||||
|
|
||||||
|
- uses: pre-commit/action@v3.0.1
|
||||||
|
extra_args: license-tools
|
||||||
|
|
||||||
|
- uses: pre-commit-ci/lite-action@v1.0.2
|
||||||
|
if: always()
|
Loading…
x
Reference in New Issue
Block a user