Skip to content

add a .ruff.toml and a ruff.yml workflow #1

add a .ruff.toml and a ruff.yml workflow

add a .ruff.toml and a ruff.yml workflow #1

Workflow file for this run

on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- run: |
ruff check .

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ruff.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
ruff fix .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'