Skip to content

Commit

Permalink
chore(pipeline): Remove check for typecheck (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLohmanderKnowit authored Apr 23, 2024
1 parent ebf8db3 commit e2f7170
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ jobs:
- name: Lint
run: yarn eslint

TypeScript:
name: Types Build Validation
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: ./.github/actions/cancel_workflow
- uses: ./.github/actions/yarn_install
- name: Typescript check
run: yarn ts-check

SwiftLint:
runs-on: macos-latest
steps:
Expand Down

0 comments on commit e2f7170

Please sign in to comment.