Skip to content

add README.md with project overview, templates, setup instructions, a… #2

add README.md with project overview, templates, setup instructions, a…

add README.md with project overview, templates, setup instructions, a… #2

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Ruff
uses: astral-sh/ruff-action@v3