Validating v4
This commit is contained in:
21
.github/workflows/validate_apps.yml
vendored
Normal file
21
.github/workflows/validate_apps.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Validate One Click Apps
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
- run: npm ci && npm run validate_apps && npm run formatter
|
||||
env:
|
||||
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}
|
||||
Reference in New Issue
Block a user