Skip to content

build(deps-dev): bump mkdocs-material from 9.5.35 to 9.5.42 #255

build(deps-dev): bump mkdocs-material from 9.5.35 to 9.5.42

build(deps-dev): bump mkdocs-material from 9.5.35 to 9.5.42 #255

Workflow file for this run

name: New pull request received
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/[email protected]
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install -U pip poetry invoke
inv env.init-dev --no-pre-commit
- name: Style check
run: |
inv style
- name: Check vulnerability
run: |
inv secure
- name: Run tests
run: |
inv test -a