feat: Add package-lock file version check (#38)

* feat: Add package-lock file version check

* fix: package-lock

Co-authored-by: Jawayria <jawayriahashmi@gmail.com>
This commit is contained in:
edX requirements bot
2022-05-09 09:03:42 -04:00
committed by GitHub
parent 200f19dd9a
commit 5ce9ab00c8
2 changed files with 32007 additions and 48 deletions

View File

@@ -0,0 +1,13 @@
#check package-lock file version
name: Lockfile Version check
on:
push:
branches:
- master
pull_request:
jobs:
version-check:
uses: edx/.github/.github/workflows/lockfileversion-check.yml@master