feat: Add package-lock file version check

This commit is contained in:
edX requirements bot
2022-04-29 08:45:54 -04:00
parent 33ed66e916
commit af34fc4079

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