We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2268f20 commit e028644Copy full SHA for e028644
.github/workflows/validate-integrity.yml
@@ -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
@@ -9,5 +9,6 @@
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
+ "projectType": "project",
"description" : "Learn the basics on how to optimize or better build algorithms in python for Machine Learning"
}
0 commit comments