Skip to content

remove unused ast type #79

remove unused ast type

remove unused ast type #79

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