Skip to content

Add example of adding revision, show how to construct node path #205

Add example of adding revision, show how to construct node path

Add example of adding revision, show how to construct node path #205

Workflow file for this run

name: Check if code is formatted
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "latest"
args: --version
- uses: astral-sh/ruff-action@v3
with:
version: "latest"
args: format --check