Skip to content

加入 ruff.yml

加入 ruff.yml #7

Workflow file for this run

name: Ruff

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ruff.yml

Invalid workflow file

(Line: 14, Col: 9): 'with' is already defined
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: './python'
- uses: chartboost/ruff-action@v1
with:
src: './python'
with:
args: format --check