Skip to content

fix indentation bug in yaml files for docs and spell checks #27

fix indentation bug in yaml files for docs and spell checks

fix indentation bug in yaml files for docs and spell checks #27

Workflow file for this run

name: Ruff format
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
version: 0.7.0