Skip to content

add linter workflow

add linter workflow #1

Workflow file for this run

on: push
jobs:
linting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install ruff
- run: ruff check