feat: Add package-lock file version check

This commit is contained in:
edX requirements bot
2022-04-29 08:47:26 -04:00
parent 4fa31fedbb
commit 007972f61a

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