Skip to content

Commit e2f7170

Browse files
chore(pipeline): Remove check for typecheck (#297)
1 parent ebf8db3 commit e2f7170

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: .github/workflows/linting.yml

-13
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ jobs:
1515
- name: Lint
1616
run: yarn eslint
1717

18-
TypeScript:
19-
name: Types Build Validation
20-
runs-on: ubuntu-latest
21-
timeout-minutes: 15
22-
steps:
23-
- uses: actions/checkout@v3
24-
with:
25-
fetch-depth: 1
26-
- uses: ./.github/actions/cancel_workflow
27-
- uses: ./.github/actions/yarn_install
28-
- name: Typescript check
29-
run: yarn ts-check
30-
3118
SwiftLint:
3219
runs-on: macos-latest
3320
steps:

0 commit comments

Comments
 (0)