Skip to content

add fallback and hardfail logic #136

add fallback and hardfail logic

add fallback and hardfail logic #136

Workflow file for this run

name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Linting & Flaking"
uses: chartboost/ruff-action@v1
- name: "Formatting"
uses: chartboost/ruff-action@v1
with:
args: format --check