Skip to content

Commit

Permalink
ci.yml and pnpm-lock.yaml cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 10, 2024
1 parent ed461fe commit 0e92e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v3
with:
flags: unit
type_check:
name: Type_check
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e92e56

Please sign in to comment.