Skip to content

build(deps-dev): bump markdownlint from 0.25.1 to 0.34.0 #38

build(deps-dev): bump markdownlint from 0.25.1 to 0.34.0

build(deps-dev): bump markdownlint from 0.25.1 to 0.34.0 #38

Workflow file for this run

name: Run linters
on: [push]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "14"
- name: Install dependencies
run: npm install
- name: ESlint
run: npm run eslint
- name: Commitlint
uses: wagoid/commitlint-github-action@v2
with:
configFile: "./config/commitlint.config.js"
- name: Markdownlint
run: npm run markdownlint