Skip to content

another attempt

another attempt #6

Workflow file for this run

name: Ruff on Changed Files
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:

Check failure on line 11 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / Ruff on Changed Files

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 11, Col: 14): Unexpected value '' .github/workflows/rust.yml (Line: 12, Col: 9): Unexpected value 'changed-files'
changed-files: 'true'