Skip to content

ep11: Move # fmt: off directive after block attributes #62

ep11: Move # fmt: off directive after block attributes

ep11: Move # fmt: off directive after block attributes #62

Workflow file for this run

name: Check formatting and linting
on: push
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
check_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1