Skip to content

fix: update GitHub Actions to Node.js 24 compatible versions #24

fix: update GitHub Actions to Node.js 24 compatible versions

fix: update GitHub Actions to Node.js 24 compatible versions #24

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.6.0
with:
python-version: "3.12"
- run: pip install ruff==0.15.11
- run: ruff check .
- run: ruff format --check .