Skip to content

feat: v2.4.0 scholarship and voice quality upgrade of all 13 booklets #54

feat: v2.4.0 scholarship and voice quality upgrade of all 13 booklets

feat: v2.4.0 scholarship and voice quality upgrade of all 13 booklets #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
name: Markdown lint
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install dependencies
run: npm ci
- name: Run markdownlint-cli2
run: npm run lint
repo-integrity:
name: Repository integrity validation
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- name: Install dependencies
run: npm ci
- name: Validate repository metadata
run: npm run validate