Skip to content

Merge pull request #18 from wozjac/dependabot/npm_and_yarn/qs-6.5.3 #119

Merge pull request #18 from wozjac/dependabot/npm_and_yarn/qs-6.5.3

Merge pull request #18 from wozjac/dependabot/npm_and_yarn/qs-6.5.3 #119

Workflow file for this run

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