Delete md-linting.yml
This commit is contained in:
parent
0a3f5744ab
commit
39ef761eaf
|
@ -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
|
Loading…
Reference in New Issue