Skip to content

feat: Copilot Security Plugin Support #28

feat: Copilot Security Plugin Support

feat: Copilot Security Plugin Support #28

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '24.x'
- name: Clear npm cache
run: npm cache clean --force
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint