Skip to content

Add ruff and add basic CI #1

Add ruff and add basic CI

Add ruff and add basic CI #1

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
jobs:
format:
runs-on: ubuntu-24.04
name: "Linting and formatting"
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ruff
uses: astral-sh/ruff-action@v2