Skip to content

Commit

Permalink
Merge pull request #14 from victor-0x29a/patch/linter-in-workflow
Browse files Browse the repository at this point in the history
Patch/linter in workflow
  • Loading branch information
victor-0x29a authored Jul 12, 2024
2 parents 3986583 + b0a4c56 commit 3726df4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run lint
run: npx eslint .

- name: Run specs
run: npm run test
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
"@types/node": "^20.12.7",
"@types/supertest": "^6.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.6.0",
"eslint": "^8.56.0",
"globals": "^15.1.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"sucrase": "^3.35.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
},
"dependencies": {
"@types/apicache": "^1.6.6",
Expand Down

0 comments on commit 3726df4

Please sign in to comment.