Skip to content

(ci) fix for push to main #2523

(ci) fix for push to main

(ci) fix for push to main #2523

Workflow file for this run

name: Ruff
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check ."