feat: Add package-lock file version check (#38)
* feat: Add package-lock file version check * fix: package-lock Co-authored-by: Jawayria <jawayriahashmi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
200f19dd9a
commit
5ce9ab00c8
13
.github/workflows/lockfileversion-check.yml
vendored
Normal file
13
.github/workflows/lockfileversion-check.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user