Skip to content

Ran ruff linter

Ran ruff linter #5

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master, dev]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: fastai/workflows/quarto-ghp@master
with: { pre: 1 }