Skip to content

[Draft] Ruff as linter #1

[Draft] Ruff as linter

[Draft] Ruff as linter #1

Workflow file for this run

name: Ruff Linting
on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff-linting:
name: Ruff Linting

Check failure on line 15 in .github/workflows/ruff.yml

View workflow run for this annotation

GitHub Actions / Ruff Linting

Invalid workflow file

The workflow is not valid. .github/workflows/ruff.yml (Line: 15, Col: 5): Required property is missing: runs-on
strategy:
fail-fast: false
steps:
- uses: astral-sh/ruff-action@v3