Skip to content

feat(quantic): Smart Snippets E2E Cypress to Playwright + unit tests Migration #17469

feat(quantic): Smart Snippets E2E Cypress to Playwright + unit tests Migration

feat(quantic): Smart Snippets E2E Cypress to Playwright + unit tests Migration #17469

name: 'package-lock.json root validator'
on:
push:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
permissions:
contents: read
jobs:
lockfile-outside-of-root:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- run: exit 0