Skip to content

Merge pull request #38 from jentic/dependabot/npm_and_yarn/flatted-3.4.2 #75

Merge pull request #38 from jentic/dependabot/npm_and_yarn/flatted-3.4.2

Merge pull request #38 from jentic/dependabot/npm_and_yarn/flatted-3.4.2 #75

name: PR and Commit Validation
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
spell-check:
runs-on: ubuntu-latest
environment: Production
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Lint Markdown
run: npm run lint:markdown
- name: Spell Check
run: npm run spell:check