Skip to content

Merge pull request #76 from quinilo/build-in-update #95

Merge pull request #76 from quinilo/build-in-update

Merge pull request #76 from quinilo/build-in-update #95

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linter_name:
name: runner/black_formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --safe --verbose"
version: "22.3.0"