Skip to content

ruff action test

ruff action test #4

Workflow file for this run

# https://docs.astral.sh/ruff/integrations/
name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
args: check

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

View workflow run for this annotation

GitHub Actions / Ruff

Invalid workflow file

The workflow is not valid. .github/workflows/ruff.yml (Line: 10, Col: 9): Unexpected value 'args' .github/workflows/ruff.yml (Line: 11, Col: 9): Unexpected value 'src'
src: "."