Skip to content

change version of pyyaml. add python3.12 to CI (#61) #183

change version of pyyaml. add python3.12 to CI (#61)

change version of pyyaml. add python3.12 to CI (#61) #183

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run linter
uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"