Skip to content

build(deps-dev): bump types-pyyaml from 6.0.12.11 to 6.0.12.20240917 #207

build(deps-dev): bump types-pyyaml from 6.0.12.11 to 6.0.12.20240917

build(deps-dev): bump types-pyyaml from 6.0.12.11 to 6.0.12.20240917 #207

Workflow file for this run

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner & black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
black_args: ". --check"
src: "."