Skip to content

Deps: Update all non-major dependencies #199

Deps: Update all non-major dependencies

Deps: Update all non-major dependencies #199

Workflow file for this run

name: πŸ“„ Documentation Review
on:
# Run this workflow on push to branches only (not tags)
push:
branches:
- '**'
schedule:
- cron: '0 9 * * *' # every day at 9:00
jobs:
markdown-link-check:
name: πŸ”— Checking Markdown Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
config-file: '.github/markdown-link-check-config.json'
continue-on-error: true
markdown-lint:
name: πŸ“ Linting Markdown
runs-on: ubuntu-latest
timeout-minutes: 10
env:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node and Install Dependencies
uses: ./.github/actions/setup-install
- name: Check File Format
run: yarn lint:markdown