We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d606863 commit a5981f2Copy full SHA for a5981f2
.github/.wordlist.txt
@@ -84,4 +84,5 @@ md
84
pdf
85
ul
86
WebSocket
87
-cometbft
+cometbft
88
+CometBFT
.github/workflows/verify.yml
@@ -56,8 +56,8 @@ jobs:
56
if: needs.changes.outputs.workflows == 'true'
57
name: Run actionlint tool to verify lint issues in GitHub actions
58
runs-on: ubuntu-latest
59
- needs:
60
- - changes
+# needs:
+# - changes
61
steps:
62
- uses: actions/checkout@master
63
- uses: reviewdog/action-actionlint@v1
0 commit comments