Skip to content

Commit 5d297a0

Browse files
authored
feat: Added package-lock file version check (#213)
1 parent 1aa6e80 commit 5d297a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#check package-lock file version
2+
3+
name: lockfileVersion check
4+
5+
on:
6+
push:
7+
branches:
8+
- master
9+
pull_request:
10+
11+
jobs:
12+
version-check:
13+
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
14+

0 commit comments

Comments
 (0)