Merge pull request #154 from openedx/jenkins/version-check-4fa31fe

feat: Add package-lock file version check
This commit is contained in:
Jawayria
2022-05-09 18:04:16 +05:00
committed by GitHub

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