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

This commit is contained in:
Jawayria
2022-05-09 18:03:18 +05:00
committed by GitHub
parent 5fd6754025
commit 47fce8aa7d

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