Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 4c920f6

Browse files
authored
build: Add package-lock file version check (#649)
1 parent f831279 commit 4c920f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)