Skip to content

Commit 4a1013f

Browse files
authored
ci: remove styled-components migration report (#7221)
1 parent e7e3342 commit 4a1013f

File tree

2 files changed

+4
-280
lines changed

2 files changed

+4
-280
lines changed

.github/workflows/migration-status.yml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,20 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
12-
- name: Set up Node.js
13-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
12+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
1413
with:
1514
node-version-file: '.nvmrc'
1615
cache: 'npm'
1716
- name: Install dependencies
1817
run: npm ci
1918
- name: Run migration script
20-
run: |
21-
node --experimental-strip-types script/react-compiler-migration-status.mts >> $GITHUB_STEP_SUMMARY
22-
23-
styled-components:
24-
runs-on: ubuntu-latest
25-
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
27-
- name: Set up Node.js
28-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
29-
with:
30-
node-version-file: '.nvmrc'
31-
cache: 'npm'
32-
- name: Install dependencies
33-
run: npm ci
34-
- name: Run migration script
35-
run: |
36-
node --experimental-strip-types script/styled-components-migration-status.mts >> $GITHUB_STEP_SUMMARY
19+
run: node script/react-compiler-migration-status.mts >> $GITHUB_STEP_SUMMARY
3720

3821
ts-docgen:
3922
runs-on: ubuntu-latest
4023
steps:
4124
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
42-
- name: Set up Node.js
43-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
25+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
4426
with:
4527
node-version-file: '.nvmrc'
4628
cache: 'npm'
@@ -49,5 +31,4 @@ jobs:
4931
- name: Build doc-gen
5032
run: npm run build -w @primer/doc-gen
5133
- name: Run migration script
52-
run: |
53-
node --experimental-strip-types script/ts-docs-status.mts >> $GITHUB_STEP_SUMMARY
34+
run: node script/ts-docs-status.mts >> $GITHUB_STEP_SUMMARY

script/styled-components-migration-status.mts

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)