Skip to content

Commit 0f01f7f

Browse files
committed
docs: add docs for typescript with ts-blank-space-eslint-parser setup
1 parent ef5780e commit 0f01f7f

File tree

12 files changed

+377
-34
lines changed

12 files changed

+377
-34
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v4
17-
# Workaround for GitHub Actions bug
18-
- name: Enable Corepack
19-
run: corepack enable
2017
- name: Setup node@22
2118
uses: actions/setup-node@v4
2219
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
id-token: write
2424
steps:
2525
- uses: actions/checkout@v4
26-
# Workaround for GitHub Actions bug
27-
- name: Enable Corepack
28-
run: corepack enable
2926
- name: Setup node@20
3027
uses: actions/setup-node@v4
3128
with:

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v4
17-
# Workaround for GitHub Actions bug
18-
- name: Enable Corepack
19-
run: corepack enable
2017
- name: Setup node@22
2118
uses: actions/setup-node@v4
2219
with:

0 commit comments

Comments
 (0)