Skip to content

Commit

Permalink
Github action validating integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza committed Sep 2, 2022
1 parent 96f38d7 commit e8d961c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/validate-integrity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Validate Integrity

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install @learnpack/learnpack -g
- run: learnpack audit
4 changes: 3 additions & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"description" : "Create a simple todo web app using the React.js framework and use the API to sync with the server",
"talents": [
{ "badge": "tag-master", "points": 10 }
]
],
"autoPlay": false,
"projectType": "project"
}

0 comments on commit e8d961c

Please sign in to comment.