Skip to content

build(deps-dev): bump ruff from 0.1.7 to 0.1.13 #35

build(deps-dev): bump ruff from 0.1.7 to 0.1.13

build(deps-dev): bump ruff from 0.1.7 to 0.1.13 #35

Workflow file for this run

name: Test
on:
pull_request: { }
push:
branches: [ main ]
tags: [ "*" ]
# workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- run: tree
- run: make setup
- uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
retry_on: error
command: make