Skip to content

build(deps-dev): bump @semantic-release/github from 12.0.3 to 12.0.6 #501

build(deps-dev): bump @semantic-release/github from 12.0.3 to 12.0.6

build(deps-dev): bump @semantic-release/github from 12.0.3 to 12.0.6 #501

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint_and_validate:
name: Lint and Validate Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Run Markdown Linting
run: npm run lint:md
- name: Validate Links
run: npm run lint:links