feat: Added package-lock file version check (#213)

This commit is contained in:
Jawayria
2022-05-12 12:23:43 +05:00
committed by GitHub
parent 1aa6e80274
commit 5d297a0d00

View File

@@ -0,0 +1,14 @@
#check package-lock file version
name: lockfileVersion check
on:
push:
branches:
- master
pull_request:
jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master