-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLOUDP-286235: Improved tooling (ESLint/Prettier) and GH actions #290
Conversation
"openapi-to-postmanv2": "4.24.0" | ||
}, | ||
"devDependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be done as a follow up but let's make sure dependabot tracks this file
with: | ||
node-version: '20.x' | ||
- name: Install npm dependencies | ||
uses: nick-fields/retry@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rather than retry can you enable cache for setup node https://github.com/actions/setup-node?tab=readme-ov-file#caching-global-packages-data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, also updated the same on the req spec validations workflow 👍
Proposed changes
Jira ticket: CLOUDP-286235
Running locally:
Further comments
We can consider running the existing spectral linting with the package.json instead of a makefile (planned approach for new ipa validator)