Skip to content

Add Jon Gjengset's stream #51

Add Jon Gjengset's stream

Add Jon Gjengset's stream #51

Workflow file for this run

on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Lint markdown
run: npx markdownlint-cli2 "*.md" "#MAINTAINERS.md"