Skip to content

Celebrating the 38th day anniversary of 3.12 offical release #175

Celebrating the 38th day anniversary of 3.12 offical release

Celebrating the 38th day anniversary of 3.12 offical release #175

Workflow file for this run

name: Check code style
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable