Skip to content

Fix Cypress UI Snapshot Issue After Initial Run #3632

Fix Cypress UI Snapshot Issue After Initial Run

Fix Cypress UI Snapshot Issue After Initial Run #3632

Workflow file for this run

name: Node.js CI - Lint
on:
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.11.0'
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1
with:
comment_on_pr: false
- name: Install Node Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Shellcheck
run: ./run-shellcheck.sh