Skip to content

Change GH Actions Python version to 3.9 #151

Change GH Actions Python version to 3.9

Change GH Actions Python version to 3.9 #151

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable