Skip to content

Commit

Permalink
feat: run lictool seperately in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardotglobal committed Sep 4, 2024
1 parent 34e76f7 commit a7c8d4a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/lictool.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
extra_args: license-tools

- uses: pre-commit-ci/[email protected]
if: always()

0 comments on commit a7c8d4a

Please sign in to comment.