Skip to content

[Snyk] Upgrade superagent from 7.1.1 to 7.1.6 #827

[Snyk] Upgrade superagent from 7.1.1 to 7.1.6

[Snyk] Upgrade superagent from 7.1.1 to 7.1.6 #827

Workflow file for this run

name: Spellcheck
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
cache: npm
- name: Install npm dependencies
run: npm ci
- name: cSpell
run: |
echo "::add-matcher::.github/workflows/cspell-problem-matcher.json"
npm run spelling