Skip to content

Relicense legacy to Unlicense #1

Relicense legacy to Unlicense

Relicense legacy to Unlicense #1

Workflow file for this run

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

Check failure on line 17 in .github/workflows/lictool.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lictool.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/lictool.yaml (Line: 17, Col: 9): Unexpected value 'extra_args'
- uses: pre-commit-ci/[email protected]
if: always()