Skip to content

Commit 07da093

Browse files
committed
💚 fix-ci(.github/workflows/depcheck.yml): saved changes to used depcheck:ci script
forgot to save changes from last commit
1 parent 343767d commit 07da093

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/depcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: bun install --frozen-lockfile
3232

3333
- name: 🔍🔗 Check Project Unused Dependencies
34-
run: bun run depcheck
34+
run: bun run depcheck:ci
3535
#Need to run dependency-version-badge and edit the readme file here as well.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -141,41 +141,41 @@
141141
".eslintignore",
142142
".gitignore",
143143
".prettierignore",
144-
".prettierrc.json",
145144
"license",
146145
"readme-api.md",
147146
"readme.md",
148-
"commit-template.hbs",
147+
".prettierrc.json",
149148
"commitlint.config.ts",
150149
"default-template.hbs",
150+
"commit-template.hbs",
151151
"emojitypescommitmessages.txt",
152152
"jest.config.json",
153153
"package-lock.json",
154154
"package.json",
155-
"renovate.json",
156155
"release.config.ts",
156+
"renovate.json",
157157
"tsconfig.json",
158158
"typedoc.json",
159-
".vscode/settings.json",
160159
"public/.gitkeep",
160+
".vscode/settings.json",
161161
"repo_management_files/branchnamingconventions.md",
162162
"repo_management_files/cz-type-extract.js",
163163
"repo_management_files/directorystructuredocument.md",
164-
"repo_management_files/extractfilescopes.js",
164+
"repo_management_files/cz-emoji-type-extract.js",
165165
"repo_management_files/genericcommitmessages.md",
166166
"repo_management_files/gitmojisemver-extract.js",
167-
"repo_management_files/issues.sh",
167+
"repo_management_files/extractfilescopes.js",
168168
"repo_management_files/labels.sh",
169-
"repo_management_files/cz-emoji-type-extract.js",
169+
"repo_management_files/issues.sh",
170170
"repo_management_files/packagejsondocument.md",
171171
".github/dependabot.yml",
172172
".github/workflows/build.yml",
173-
".github/workflows/depcheck.yml",
174173
".github/workflows/docs.yml",
174+
".github/workflows/depcheck.yml",
175175
".github/workflows/lint.yml",
176-
".github/workflows/pr.yml",
177176
".github/workflows/release.yml",
178177
".github/workflows/test.yml",
178+
".github/workflows/pr.yml",
179179
".husky/commit-msg",
180180
".husky/pre-commit",
181181
".husky/prepare-commit-msg",
@@ -184,37 +184,37 @@
184184
".husky/_/h",
185185
".husky/_/post-applypatch",
186186
".husky/_/post-commit",
187+
".husky/_/post-checkout",
188+
".husky/_/applypatch-msg",
187189
".husky/_/post-merge",
188190
".husky/_/post-rewrite",
189-
".husky/_/applypatch-msg",
190-
".husky/_/post-checkout",
191191
".husky/_/pre-applypatch",
192-
".husky/_/pre-commit",
193192
".husky/_/pre-auto-gc",
194-
".husky/_/pre-push",
193+
".husky/_/pre-commit",
195194
".husky/_/pre-rebase",
196195
".husky/_/prepare-commit-msg",
197-
"src/app.ts",
198-
"src/bin/.gitkeep",
199-
"src/configs/.gitkeep",
200-
"src/controllers/.gitkeep",
201-
"src/models/.gitkeep",
202-
"src/plugins/.gitkeep",
203-
"src/routes/.gitkeep",
204-
"src/middleware/.gitkeep",
205-
"src/views/.gitkeep",
206-
"src/utils/.gitkeep",
196+
".husky/_/pre-push",
207197
"test/app.test.ts",
208198
"test/.gitkeep",
209-
"test/configs/.gitkeep",
210199
"test/bin/.gitkeep",
211200
"test/controllers/.gitkeep",
201+
"test/configs/.gitkeep",
202+
"test/middleware/.gitkeep",
212203
"test/plugins/.gitkeep",
213204
"test/models/.gitkeep",
214-
"test/middleware/.gitkeep",
215205
"test/utils/.gitkeep",
216206
"test/views/.gitkeep",
217-
"test/routes/.gitkeep"
207+
"test/routes/.gitkeep",
208+
"src/app.ts",
209+
"src/controllers/.gitkeep",
210+
"src/bin/.gitkeep",
211+
"src/middleware/.gitkeep",
212+
"src/models/.gitkeep",
213+
"src/routes/.gitkeep",
214+
"src/plugins/.gitkeep",
215+
"src/configs/.gitkeep",
216+
"src/utils/.gitkeep",
217+
"src/views/.gitkeep"
218218
],
219219
"questions": {
220220
"scope": "Specify a scope: "

0 commit comments

Comments
 (0)