Skip to content

fix license values in pyproject.toml #387

fix license values in pyproject.toml

fix license values in pyproject.toml #387

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Lint
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --show-diff-on-failure