Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLohmanderKnowit committed Apr 22, 2024
1 parent ebf8db3 commit 0090aa0
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 0090aa0

Please sign in to comment.