feat: run lictool seperately in CI

This commit is contained in:
Oskar Manhart 2024-09-04 17:00:15 +02:00
parent 34e76f749b
commit a7c8d4acfe

20
.github/workflows/lictool.yaml vendored Normal file
View 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()