Skip to content

Add approver user

Add approver user #61

Workflow file for this run

name: Ruff lint
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff-lint:
name: ruff lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of ruff
uses: astral-sh/ruff-action@v3
with:
version: "latest"