Skip to content

Bump @angular/cli from 11.2.4 to 17.3.3 #6

Bump @angular/cli from 11.2.4 to 17.3.3

Bump @angular/cli from 11.2.4 to 17.3.3 #6

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check markdown files using `markdownlint`
run: |
npm install -g markdownlint-cli
markdownlint *.md