Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #1272

build(deps): bump actions/checkout from 6.0.2 to 6.0.3

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 #1272

Workflow file for this run

name: CI
on:
push:
branches:
- main
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
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- 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 .