Skip to content

ci/formatting: Check linting too (again) #32

ci/formatting: Check linting too (again)

ci/formatting: Check linting too (again) #32

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