Skip to content

[Snyk] Upgrade markdown-it-attrs from 4.1.6 to 4.2.0 #810

[Snyk] Upgrade markdown-it-attrs from 4.1.6 to 4.2.0

[Snyk] Upgrade markdown-it-attrs from 4.1.6 to 4.2.0 #810

Workflow file for this run

name: Content scan
on:
- pull_request
jobs:
build:
name: cypress
runs-on: ubuntu-latest
env:
LANG: en_US.UTF-8
LANGUAGE: en_US
LC_ALL: en_US.UTF-8
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Install node.js.
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- name: Install NPM dependencies
shell: bash
run: npm install
- name: Build eleventy and run cypress
run: npm run cypress:gh
- name: cypress-artifacs
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-artifacts
path: |
./cypress/screenshots/
./cypress/videos/