Skip to content

remove codesandbox from docs #3139

remove codesandbox from docs

remove codesandbox from docs #3139

name: Visual tests Linter
on:
push:
paths:
- 'visual-tests/**'
pull_request:
types: [ opened, synchronize, reopened ]
env:
NODE_VERSION: 20
jobs:
lint:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # https://github.com/actions/setup-node/releases/tag/v4.0.2
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Install monorepo dependencies
run: |
npm ci --no-audit
- name: Lint
run: |
npm run in visual-tests lint