Skip to content

Bump the minor-and-patch group in /api with 8 updates #6610

Bump the minor-and-patch group in /api with 8 updates

Bump the minor-and-patch group in /api with 8 updates #6610

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "check ./api ./lab-sdk ./cli"
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "format --check ./api ./lab-sdk ./cli"