Skip to content

Commit e028644

Browse files
Github action validating integrity
1 parent 2268f20 commit e028644

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Validate Integrity
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
12+
with:
13+
node-version: '14.x'
14+
- run: npm install @learnpack/learnpack -g
15+
- run: learnpack audit

learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"difficulty": "beginner",
1010
"syntax": "python",
1111
"duration" : 2,
12+
"projectType": "project",
1213
"description" : "Learn the basics on how to optimize or better build algorithms in python for Machine Learning"
1314
}

0 commit comments

Comments
 (0)