Skip to content

Commit

Permalink
Disable tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Jan 3, 2024
1 parent cd3b1fb commit 28203a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ jobs:
run: |
yarn
yarn clean
yarn lint
- name: Test
run: yarn test:codecov

# - uses: codecov/codecov-action@v1
# if: matrix.node-version == '16.x'
# with:
# file: ./coverage/lcov.info
# name: codecov-umbrella
# fail_ci_if_error: true
run: yarn test

0 comments on commit 28203a9

Please sign in to comment.