Skip to content

Follow-ups from the coding session on 2025-03-11 #42

Follow-ups from the coding session on 2025-03-11

Follow-ups from the coding session on 2025-03-11 #42

Workflow file for this run

name: πŸ”Ž Lint code ⚑
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Ruff βš‘πŸ•΅
runs-on: ubuntu-latest
steps:
- name: πŸ“₯ Checkout repo
uses: actions/checkout@v4
- name: Run Ruff checks ⚑
uses: astral-sh/ruff-action@v3
with:
args: check