Skip to content

feat: updates for release-05 #2

feat: updates for release-05

feat: updates for release-05 #2

Workflow file for this run

name: Ruff Format
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
jobs:
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format and annotate PR
uses: astral-sh/ruff-action@v3
with:
version: "latest"
args: "format --check --diff"