feat: add lockfile check (#30440)

This commit is contained in:
Mohammad Ahtasham ul Hassan
2022-05-19 17:54:09 +05:00
committed by GitHub
parent 92388c2888
commit 7deea6ec6e

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