Skip to content

Add Ruff Lint workflow for Python code #1

Add Ruff Lint workflow for Python code

Add Ruff Lint workflow for Python code #1

Workflow file for this run

name: Ruff Lint
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install ruff
- run: ruff check src/em511