Skip to content

fix: add a test for solution-alternate.ts and fix its bugs #434

fix: add a test for solution-alternate.ts and fix its bugs

fix: add a test for solution-alternate.ts and fix its bugs #434

Workflow file for this run

name: Markdownlint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm ci
- name: Check if Markdown files follow lint rules
run: npx markdownlint **/*.md