Skip to content

Commit 538d6a3

Browse files
committed
Add actionlint step
1 parent 79e17cb commit 538d6a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-format.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
persist-credentials: false
3030

31+
- uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
32+
3133
- name: Setup Rust
3234
uses: dtolnay/rust-toolchain@stable
3335
with:
@@ -62,6 +64,7 @@ jobs:
6264
exit 1
6365
fi
6466
67+
6568
- name: Post formatting suggestions
6669
if: failure()
6770
uses: reviewdog/action-suggester@v1

0 commit comments

Comments
 (0)