Skip to content

build(deps): bump tar and npm #490

build(deps): bump tar and npm

build(deps): bump tar and npm #490

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