Skip to content

Add timeout to the test and ruff workflows #707

Add timeout to the test and ruff workflows

Add timeout to the test and ruff workflows #707

Workflow file for this run

name: Ruff
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: src/ examples/ tests/
args: check --no-fix
- uses: chartboost/ruff-action@v1
with:
src: src/ examples/ tests/
args: format --diff