Skip to content

[Snyk] Upgrade react-syntax-highlighter from 15.4.3 to 15.6.1 #187

[Snyk] Upgrade react-syntax-highlighter from 15.4.3 to 15.6.1

[Snyk] Upgrade react-syntax-highlighter from 15.4.3 to 15.6.1 #187

Workflow file for this run

name: Cypress
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cypress-run:
name: Cypress
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn start