Skip to content

Commit

Permalink
fix: run validation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 7, 2024
1 parent c7fedd3 commit 69c3b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
curl -Os https://cli.codecov.io/latest/macos/codecov
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM
curl -Os https://cli.codecov.io/latest/macos/codecov.SHA256SUM.sig
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
run:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 69c3b28

Please sign in to comment.