Skip to content

Commit 3a8b9ce

Browse files
committed
chore: cleanup npm migration artifacts
1 parent e5eb029 commit 3a8b9ce

10 files changed

+13068
-13094
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[codespell]
44
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
55
ignore-words-list = afterall
6-
skip = ./.git,./dist,./go.mod,./go.sum,./pnpm-lock.yaml,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
6+
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
77
builtin = clear,informal,en-GB_to_en-US
88
check-filenames =
99
check-hidden =

.github/workflows/check-action-metadata-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v5
34-
35-
3634
- name: Setup Node.js
3735
uses: actions/setup-node@v5
3836
with:

.github/workflows/check-markdown-task.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
steps:
4343
- name: Checkout repository
4444
uses: actions/checkout@v5
45-
46-
4745
- name: Setup Node.js
4846
uses: actions/setup-node@v5
4947
with:
@@ -68,8 +66,6 @@ jobs:
6866
steps:
6967
- name: Checkout repository
7068
uses: actions/checkout@v5
71-
72-
7369
- name: Setup Node.js
7470
uses: actions/setup-node@v5
7571
with:

.github/workflows/check-npm-dependencies-task.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
with:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
version: 5.x
81-
82-
8381
- name: Setup Node.js
8482
uses: actions/setup-node@v5
8583
with:
@@ -137,8 +135,6 @@ jobs:
137135
with:
138136
github_token: ${{ secrets.GITHUB_TOKEN }}
139137
version: 5.x
140-
141-
142138
- name: Setup Node.js
143139
uses: actions/setup-node@v5
144140
with:

.github/workflows/check-npm-task.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v5
36-
37-
3836
- name: Setup Node.js
3937
uses: actions/setup-node@v5
4038
with:
@@ -56,8 +54,6 @@ jobs:
5654
steps:
5755
- name: Checkout repository
5856
uses: actions/checkout@v5
59-
60-
6157
- name: Setup Node.js
6258
uses: actions/setup-node@v5
6359
with:

.github/workflows/check-prettier-formatting-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ jobs:
207207
steps:
208208
- name: Checkout repository
209209
uses: actions/checkout@v5
210-
211-
212210
- name: Setup Node.js
213211
uses: actions/setup-node@v5
214212
with:

.github/workflows/check-tsconfig-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v5
34-
35-
3634
- name: Setup Node.js
3735
uses: actions/setup-node@v5
3836
with:

.github/workflows/sync-labels-npm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v5
37-
38-
3937
- name: Setup Node.js
4038
uses: actions/setup-node@v5
4139
with:
@@ -128,8 +126,6 @@ jobs:
128126
uses: geekyeggo/delete-artifact@v5
129127
with:
130128
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
131-
132-
133129
- name: Setup Node.js
134130
uses: actions/setup-node@v5
135131
with:

.github/workflows/test-typescript-task.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
steps:
4949
- name: Checkout repository
5050
uses: actions/checkout@v5
51-
52-
5351
- name: Setup Node.js
5452
uses: actions/setup-node@v5
5553
with:
@@ -71,8 +69,6 @@ jobs:
7169
steps:
7270
- name: Checkout repository
7371
uses: actions/checkout@v5
74-
75-
7672
- name: Setup Node.js
7773
uses: actions/setup-node@v5
7874
with:

0 commit comments

Comments
 (0)