Skip to content

ci/ci_commit_formatting_run: Ensure checks work on older branches. #33

ci/ci_commit_formatting_run: Ensure checks work on older branches.

ci/ci_commit_formatting_run: Ensure checks work on older branches. #33

Workflow file for this run

# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python code lint with ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --format=github .