Files
frontend-app-communications/.github/workflows/lockfileversion-check.yml
edX requirements bot 5ce9ab00c8 feat: Add package-lock file version check (#38)
* feat: Add package-lock file version check

* fix: package-lock

Co-authored-by: Jawayria <jawayriahashmi@gmail.com>
2022-05-09 18:03:42 +05:00

14 lines
216 B
YAML

#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