Skip to content

Add Rust - A Language You'll Love #52

Add Rust - A Language You'll Love

Add Rust - A Language You'll Love #52

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"