Skip to content

Merge pull request #155 from AdguardTeam/more-minor-fixes #302

Merge pull request #155 from AdguardTeam/more-minor-fixes

Merge pull request #155 from AdguardTeam/more-minor-fixes #302

Workflow file for this run

name: Lint Markdown
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: npm install
run: npm install
- name: npm run lint
run: npm run lint