Skip to content

fix(spec): refactor complexity_comfort signal #64

fix(spec): refactor complexity_comfort signal

fix(spec): refactor complexity_comfort signal #64

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