Merge pull request #242 from openedx/jenkins/version-check-c6a4685

feat: Add package-lock file version check
This commit is contained in:
Jawayria
2022-05-06 15:56:23 +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