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

This commit is contained in:
edX requirements bot
2022-05-06 06:53:47 -04:00
committed by GitHub
parent 1e41547b3e
commit fd94da0a43

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