Skip to content

chore(deps-dev): bump cspell from 8.3.2 to 8.10.0 #1307

chore(deps-dev): bump cspell from 8.3.2 to 8.10.0

chore(deps-dev): bump cspell from 8.3.2 to 8.10.0 #1307

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'dependabot/**'
- trunk
pull_request:
jobs:
test:
runs-on: ubuntu-latest
# runs-on: [self-hosted, 1ES.Pool=ost-ospo-opensource]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Markdownlint
run: npm run lint:md
- name: Run ESLint
run: npm run lint:js
- name: Run cSpell
run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run lint:spell
- name: Run tests
run: npm test
- name: Build container
run: |
docker build .