We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf8db3 commit e2f7170Copy full SHA for e2f7170
.github/workflows/linting.yml
@@ -15,19 +15,6 @@ jobs:
15
- name: Lint
16
run: yarn eslint
17
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
-
31
SwiftLint:
32
runs-on: macos-latest
33
steps:
0 commit comments