Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

feat: additional testing content #60

feat: additional testing content

feat: additional testing content #60

Workflow file for this run

name: "Linting"
on:
pull_request_target:
types: [opened,closed,synchronize]
jobs:
MarkdownLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run markdown-lint
GeneralLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm install
- run: npm run general-lint