🐛 Bug: lint-packages.yml isn't created in setup #752
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Milestone
Bug Report Checklist
main
branch of the repository.Expected
This template includes a
lint:packages
script to runpnpm dedupe --check
. A.github/workflows/lint-packages.yml
file runs it in CI. That file should be created in setup.Actual
It doesn't look like it is. An oversight on my side, most likely.
Let's add the missing
lint-packages
script during setup.Additional Info
See https://github.com/JoshuaKGoldberg/create-typescript-app/blob/b9f7dbb7750d9b3db0dd0517ddb15c706835838c/src/steps/writing/creation/dotGitHub/workflows.ts for where other workflow files are created.
Note that the
lint-packages.yml
file shouldn't be created ifoptions.excludeLintPackages
is true.The text was updated successfully, but these errors were encountered: