Skip to content

Merge pull request #12 from trocher/fix/param_type #80

Merge pull request #12 from trocher/fix/param_type

Merge pull request #12 from trocher/fix/param_type #80

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install pre-commit
- run: pre-commit run --all-files