Skip to content

build(deps-dev): bump @angular/cli from 11.2.4 to 18.2.8 #81

build(deps-dev): bump @angular/cli from 11.2.4 to 18.2.8

build(deps-dev): bump @angular/cli from 11.2.4 to 18.2.8 #81

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