Skip to content

Remove Python 3.7 and 3.8 environments from CI configuration #183

Remove Python 3.7 and 3.8 environments from CI configuration

Remove Python 3.7 and 3.8 environments from CI configuration #183

Workflow file for this run

name: Linting
on: [push]
jobs:
checks:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0