Skip to content

build(deps-dev): bump typing-extensions from 4.8.0 to 4.9.0 (#11) #7

build(deps-dev): bump typing-extensions from 4.8.0 to 4.9.0 (#11)

build(deps-dev): bump typing-extensions from 4.8.0 to 4.9.0 (#11) #7

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