Skip to content

chore(deps): update all non-major dependencies #431

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #431

Workflow file for this run

name: Style
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
pre-commit:
name: Pre-Commit Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install pre-commit
run: pipx install --force poetry==1.8.5
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: '3.11'
cache: 'poetry'
- name: Install dependencies
run: poetry install
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
env:
cache-name: cache-pre-commit
with:
path: ~/.cache/pre-commit
key: ${{ env.cache-name }}-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit
run: SKIP=poetry-lock poetry run pre-commit run --show-diff-on-failure --all-files
broken-links:
name: Broken Links Check
runs-on: ubuntu-latest
steps:
- name: Markup Link Checker (mlc)
uses: becheran/mlc@7ec24825cefe0c9c8c6bac48430e1f69e3ec356e # v1.2.0