Skip to content

Bump tj-actions/changed-files from 45.0.4 to 45.0.5 #1

Bump tj-actions/changed-files from 45.0.4 to 45.0.5

Bump tj-actions/changed-files from 45.0.4 to 45.0.5 #1

name: Lint Markdown files
on:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint Markdown files
continue-on-error: true
run: pnpm markdown:check