Skip to content

feat: use exit code in cli tools #2

feat: use exit code in cli tools

feat: use exit code in cli tools #2

Workflow file for this run

name: 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