Skip to content

docs: rm WIP notice for ARTIFACTS.md #42

docs: rm WIP notice for ARTIFACTS.md

docs: rm WIP notice for ARTIFACTS.md #42

Workflow file for this run

on:
push:
paths:
- ".github/workflows/ruff_check.yml"
- "**.py"
jobs:
ruff:
name: Python formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'