Skip to content

Commit

Permalink
complete node CI
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sabra committed Jul 4, 2024
1 parent e779be4 commit ac3bca0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ac3bca0

Please sign in to comment.