* fix: fix github url strings (org edx -> openedx) * fix: update path to .github workflows to read from openedx org
14 lines
220 B
YAML
14 lines
220 B
YAML
#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
|