Skip to content

Commit 27a3927

Browse files
committed
fix(stylus): fix stylus ci
1 parent b8ab018 commit 27a3927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-stylus-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- target_chains/ethereum/sdk/stylus/**
18+
- .github/workflows/ci-stylus-check.yml
1819
push:
1920
branches:
2021
- main
@@ -41,7 +42,7 @@ jobs:
4142
uses: actions-rust-lang/setup-rust-toolchain@v1
4243
with:
4344
toolchain: nightly
44-
components: rustfmt
45+
components: rustfmt-nightly
4546
rustflags: ""
4647

4748
- name: Check formatting

0 commit comments

Comments
 (0)