Attempting to setup GH actions
This commit is contained in:
parent
a8aaf4b219
commit
a466489b16
2 changed files with 2 additions and 0 deletions
1
.github/workflows/pull_request_check.yml
vendored
1
.github/workflows/pull_request_check.yml
vendored
|
@ -8,6 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/npm@master
|
||||
- name: Compile license info
|
||||
run: npm run generate:licenses
|
||||
|
||||
|
|
1
.github/workflows/theme_validation.yml
vendored
1
.github/workflows/theme_validation.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/npm@master
|
||||
- name: Compile license info
|
||||
run: npm run generate:licenses
|
||||
|
||||
|
|
Loading…
Reference in a new issue