Skip to content

feat: fix cp template #1

feat: fix cp template

feat: fix cp template #1

Workflow file for this run

name: Python (Ruff)
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Run ruff check
uses: chartboost/ruff-action@v1
with:
args: check
format:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Run ruff format
uses: chartboost/ruff-action@v1
with:
args: format --check