Skip to content

Commit

Permalink
ci(taiko-client,repo): fix broken workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed May 8, 2024
1 parent a06f435 commit 342c60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/taiko-client-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
working-directory: packages/taiko-client
run: ./scripts/gen_swagger_json.sh

# TODO(d1onys1us/RogerLamTd): Fix this
# TODO(d1onys1us/RogerLamTd): Fix this (should probably deploy to vercel)
# deploy:
# if: ${{ always() }}
# needs: build
Expand Down
6 changes: 4 additions & 2 deletions packages/taiko-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# taiko-client

[![CI](https://github.com/taikoxyz/taiko-mono/packages/taiko-client/actions/workflows/taiko-client-test.yml/badge.svg)](https://github.com/taikoxyz/taiko-mono/packages/taiko-client/actions/workflows/taiko-client-test.yml)
[![Codecov](https://img.shields.io/codecov/c/github/taikoxyz/taiko-mono/packages/taiko-client?logo=codecov&token=OH6BJMVP6O)](https://codecov.io/gh/taikoxyz/taiko-mono/packages/taiko-client)
[![CI](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client-test.yml/badge.svg)](https://github.com/taikoxyz/taiko-mono/actions/workflows/taiko-client-test.yml)

<!-- TODO(d1onys1us): fix codecov integration -->
<!-- [![Codecov](https://img.shields.io/codecov/c/github/taikoxyz/taiko-mono/packages/taiko-client?logo=codecov&token=OH6BJMVP6O)](https://codecov.io/gh/taikoxyz/taiko-mono/packages/taiko-client) -->

Taiko protocol's client software implementation in Go. Learn more about Taiko nodes with [the docs](https://docs.taiko.xyz/core-concepts/taiko-nodes/).

Expand Down

0 comments on commit 342c60d

Please sign in to comment.