Skip to content

Commit

Permalink
Merge pull request #342 from openedx/jenkins/version-check-51cc791
Browse files Browse the repository at this point in the history
feat: Add package-lock file version check
  • Loading branch information
Jawayria authored May 12, 2022
2 parents 51cc791 + f9dd3a7 commit 66906f3
Show file tree
Hide file tree
Showing 2 changed files with 31,650 additions and 924 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#check package-lock file version

name: Lockfile Version check

on:
push:
branches:
- master
pull_request:

jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
Loading

0 comments on commit 66906f3

Please sign in to comment.