Skip to content

Commit

Permalink
chore: remove lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlei Kroth committed Sep 29, 2023
1 parent cf6add8 commit 2983525
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,6 @@ on:
- v0*

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup

- name: Lint files
run: yarn lint

- name: Typecheck files
run: yarn typecheck

build:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/index.test.tsx

This file was deleted.

0 comments on commit 2983525

Please sign in to comment.