Skip to content

fix(quantic): es build plugin added to allow rtk query to work inside… #16579

fix(quantic): es build plugin added to allow rtk query to work inside…

fix(quantic): es build plugin added to allow rtk query to work inside… #16579

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