Skip to content

Remove actions/setup-node (#1574) #904

Remove actions/setup-node (#1574)

Remove actions/setup-node (#1574) #904

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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.githubusercontent.com/nodejs/node/HEAD/.yamllint.yaml -o .yamllint.yaml
yamllint .