Skip to content

Commit

Permalink
feat: Add package-lock file version check (openedx#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 12, 2022
1 parent d23a4e2 commit b66ae65
Showing 1 changed file with 13 additions and 0 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

0 comments on commit b66ae65

Please # to comment.