Skip to content

build(deps): bump actions/checkout from 3.5.2 to 4.1.5 (#1554) #884

build(deps): bump actions/checkout from 3.5.2 to 4.1.5 (#1554)

build(deps): bump actions/checkout from 3.5.2 to 4.1.5 (#1554) #884

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Set up Node.js
uses: actions/setup-node@v4
- 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 .