Skip to content

Dependabot check weekly #144

Dependabot check weekly

Dependabot check weekly #144

Workflow file for this run

name: ci-docs
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
key: tox-${{ hashFiles('requirements/dev.yml') }}-${{ hashFiles('tox.ini') }}
path: |
.tox
- name: Run tox
run: pipx run 'tox<4' -e doctests