Skip to content

GitHub Action to lint Python code #7

GitHub Action to lint Python code

GitHub Action to lint Python code #7

Workflow file for this run

# https://docs.github.com/en/actions
# https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python
# https://docs.astral.sh/ruff
name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3