Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Nov 27, 2023
1 parent e5cb361 commit 54f75f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run npm install
run: npm install

- name: Run codegen
run: npm run codegen

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"dependencies": {
"lodash": "^4.17.21",
"typescript": "5.1.6"
"typescript": "5.1.6",
"eslint": "^8.48.0"
},
"devDependencies": {
"@uju-labs/eslint-config-custom": "workspace:*"
Expand Down

0 comments on commit 54f75f6

Please sign in to comment.