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

This commit is contained in:
edX requirements bot
2022-05-06 06:56:33 -04:00
committed by GitHub
parent f26d1e4e7f
commit b8956535f2

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