Skip to content

actions: added an action to run ruff check on every commit #1

actions: added an action to run ruff check on every commit

actions: added an action to run ruff check on every commit #1

Workflow file for this run

name: Run ruff check
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3