Skip to content

refactor: jobsの名前をsyntax-check-pythonに変更 #5

refactor: jobsの名前をsyntax-check-pythonに変更

refactor: jobsの名前をsyntax-check-pythonに変更 #5

Workflow file for this run

name: ruff
on: push
jobs:
ruff:
name: syntax-check-python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'