Skip to content

Revert "fix(spec): refactor complexity_comfort signal" #69

Revert "fix(spec): refactor complexity_comfort signal"

Revert "fix(spec): refactor complexity_comfort signal" #69

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