Skip to content

docs: documentation for third-party services used in the project #97

docs: documentation for third-party services used in the project

docs: documentation for third-party services used in the project #97

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