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

This commit is contained in:
Jawayria
2022-05-13 23:55:29 +05:00
committed by GitHub
parent 18e3012462
commit b5480beaf8

View File

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