Skip to content

Workflow for marking and closing stale issues/PRs #37

Workflow for marking and closing stale issues/PRs

Workflow for marking and closing stale issues/PRs #37

Workflow file for this run

name: Ruff
on:
- pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1