Skip to content

Fix issue with the µm symbol #70

Fix issue with the µm symbol

Fix issue with the µm symbol #70

Workflow file for this run

name: Code Linting 🔎⚡
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