Skip to content

Commit

Permalink
Add dev workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rgunindi committed Dec 15, 2024
1 parent 691c5e8 commit cc749d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
sudo apt-get install -y libssl3
- name: Install dependencies
run: npm ci

run: |
npm install
npm install [email protected] --save-dev
- name: Run linter
run: npm run lint

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
sudo apt-get install -y libssl3
- name: Install dependencies
run: npm ci

run: |
npm install
npm install [email protected] --save-dev
- name: Run tests
run: npm test
env:
Expand Down

0 comments on commit cc749d4

Please sign in to comment.