Skip to content

doc: add minutes for meeting Oct 2 2024 #981

doc: add minutes for meeting Oct 2 2024

doc: add minutes for meeting Oct 2 2024 #981

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- dependabot/**
paths:
- package*.json
- '**/*.md'
- .github/workflows/ci.yml
- .github/workflows/remark-lint-problem-matcher.json
pull_request:
paths:
- package*.json
- '**/*.md'
- .github/workflows/ci.yml
- .github/workflows/remark-lint-problem-matcher.json
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install npm dependencies
run: npm ci
- name: Lint markdown files
run: |
echo "::add-matcher::.github/workflows/remark-lint-problem-matcher.json"
npm test
- name: Lint YAML files
run: |
curl https://raw.github.com/nodejs/node/HEAD/.yamllint.yaml -o .yamllint.yaml
yamllint .