From 0090aa07df6bd110e74f47e6a0bec892c9de103a Mon Sep 17 00:00:00 2001 From: Johan Lohmander Date: Mon, 22 Apr 2024 15:07:06 +0200 Subject: [PATCH] Update linting.yml --- .github/workflows/linting.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 64a62c46..4a96fb54 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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: