Skip to content

chore(deps): bump survey-vue from 1.7.23 to 1.9.104 #917

chore(deps): bump survey-vue from 1.7.23 to 1.9.104

chore(deps): bump survey-vue from 1.7.23 to 1.9.104 #917

Workflow file for this run

name: Lint Markdown files
on:
push:
branches-ignore:
- "dependabot/**"
paths:
- ".github/workflows/cspell-problem-matcher.json"
- ".github/workflows/lint-md.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
- "**/*.md"
- ".cspell.json"
- ".markdownlint.json"
- "package*.json"
pull_request:
paths:
- ".github/workflows/cspell-problem-matcher.json"
- ".github/workflows/lint-md.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
- "**/*.md"
- ".cspell.json"
- ".markdownlint.json"
- "package*.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: npm
- run: npm ci
- name: Spellcheck Markdown files
run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run spellcheck:markdown
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm run lint:md