feat: Add package-lock file version check (#599)
* feat: Add package-lock file version check * fix: update name Co-authored-by: Jawayria <39649635+Jawayria@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7a8ae85b72
commit
7ec147fe6f
14
.github/workflows/lockfileversion-check.yml
vendored
Normal file
14
.github/workflows/lockfileversion-check.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#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