Delete md-linting.yml

This commit is contained in:
Brent MacKinnon 2023-08-18 16:30:00 -03:00
parent 0a3f5744ab
commit 39ef761eaf
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: Markdown Linting
on:
pull_request:
push:
branches: [trunk]
jobs:
MDLintingCheck:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node version and npm cache
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install Node dependencies
run: npm ci --no-optional
- name: Lint
run: npm run lint