Skip to content

add on to example

add on to example #2

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
version: '0.8.4'
args: check .
- uses: astral-sh/ruff-action@v2
with:
args: format --check .