Skip to content

Commit

Permalink
fix: remove .github/workflows/test-* from removeSetupScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent a2c7295 commit d485623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/steps/removeSetupScripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const globPaths = [
"./src/migrate",
"./src/shared",
"./src/steps",
".github/workflows/test-initialize.yml",
".github/workflows/test-migrate.yml",
];

export async function removeSetupScripts() {
Expand Down

0 comments on commit d485623

Please sign in to comment.