Skip to content

Add linter badge.

Add linter badge. #3

Workflow file for this run

name: lint
on:
push:
tags: '*'
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1