Skip to content

Add more methods following the coding session of 2025 03 11 #23

Add more methods following the coding session of 2025 03 11

Add more methods following the coding session of 2025 03 11 #23

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