Skip to content

CI & dependabot improvements#185

Open
marcalexiei wants to merge 2 commits intoturkerdev:mainfrom
marcalexiei:ci-lint-merge
Open

CI & dependabot improvements#185
marcalexiei wants to merge 2 commits intoturkerdev:mainfrom
marcalexiei:ci-lint-merge

Conversation

@marcalexiei
Copy link
Copy Markdown
Contributor


  • re add windows-latest to tests
  • create separate lint job in ci
  • add dependabot groups

@marcalexiei marcalexiei marked this pull request as ready for review July 4, 2025 17:54
Comment thread .github/workflows/ci.yml
matrix:
node-version: [20, 22, 24]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kibertoad,
I see you removed windows from CI in #184,
the run was failing due to an issue with linting.
I don't think that lint task should be executed in every node / os combination so I created a separate task.

Comment thread .github/workflows/ci.yml
Comment on lines -28 to -30
- name: Install PeerDeps
run: npm i fastify zod

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed, both zod and fastify are already present inside devDependencies:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Project maintenance: avoid auto merge when linting workflow is not successful

1 participant