Skip to content

Set up linting with ruff + GitHub Actions #1

Set up linting with ruff + GitHub Actions

Set up linting with ruff + GitHub Actions #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
Lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0
env:
RUFF_OUTPUT_FORMAT: github