Skip to content

add pre commit to github action #46

add pre commit to github action

add pre commit to github action #46

Workflow file for this run

name: CI
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: excitedleigh/[email protected]
- run: pip install poetry==1.5.1
- run: nox