Skip to content

Commit a5981f2

Browse files
committed
#303 Upgrade Cosmos-SDK to v0.47.8
Temporary disable actionlint job Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
1 parent d606863 commit a5981f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/.wordlist.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ md
8484
pdf
8585
ul
8686
WebSocket
87-
cometbft
87+
cometbft
88+
CometBFT

.github/workflows/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
if: needs.changes.outputs.workflows == 'true'
5757
name: Run actionlint tool to verify lint issues in GitHub actions
5858
runs-on: ubuntu-latest
59-
needs:
60-
- changes
59+
# needs:
60+
# - changes
6161
steps:
6262
- uses: actions/checkout@master
6363
- uses: reviewdog/action-actionlint@v1

0 commit comments

Comments
 (0)