diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 464e5e8..b4885c4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -25,7 +25,13 @@ jobs: - name: Install dependencies run: npm install - + - name: echo the install done run: echo "install done" shell: bash + + - name: Lint + run: npm run lint + + - name: Build + run: npm run build \ No newline at end of file