Skip to content

Many reformats to pass ruff checks ; use SNLogger from snpit_utils #4

Many reformats to pass ruff checks ; use SNLogger from snpit_utils

Many reformats to pass ruff checks ; use SNLogger from snpit_utils #4

Workflow file for this run

name: ruff check
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
src: "./"
- uses: astral-sh/ruff-action@v3