Skip to content

Allow capital variable #9

Allow capital variable

Allow capital variable #9

Workflow file for this run

# Lint and format check
# For dev branch on private repo, only test on PR, not triggered for draft PR
name: Ruff
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3