Skip to content

ci: make the TC working session 2h early #75

ci: make the TC working session 2h early

ci: make the TC working session 2h early #75

Workflow file for this run

name: 'Lint Markdown'
on: [pull_request, push]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm i
- run: npm test