Skip to content

Bump the actions group with 5 updates #117

Bump the actions group with 5 updates

Bump the actions group with 5 updates #117

Workflow file for this run

name: Docstrings
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Workflow:
runs-on: ubuntu-latest
steps:
- name: Clone the reference repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Python 3.10.6
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.10.6'
- name: Install dependencies
run: |
pip install -e '.[dev]'
- name: Run docstring checks
run: interrogate -vv dynamax --fail-under 66