Skip to content

Merge upstream branch, fix linting of md files and disable prettier to prevent clash with ESLint rules #22

Merge upstream branch, fix linting of md files and disable prettier to prevent clash with ESLint rules

Merge upstream branch, fix linting of md files and disable prettier to prevent clash with ESLint rules #22

Workflow file for this run

name: lint and validate
on:
pull_request:
branches: [master, main]
jobs:
lint-and-validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm install
- run: npm run lint:ls
- run: npm run lint:md
- run: npm run lint:js