Skip to content

Commit

Permalink
maybe make CI linting work
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed May 1, 2024
1 parent c4d22a3 commit c586506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run tsc
- name: Lint
working-directory: "./packages/openapi-gen-ts"
run: npx eslint .
run: npm run lint
- name: Test
working-directory: "./packages/openapi-gen-ts"
run: npm test run
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/openapi-gen-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c586506

Please sign in to comment.