Skip to content

Commit 8618eb4

Browse files
committed
fix(stylus): fix stylus ci
1 parent b8ab018 commit 8618eb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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
@@ -46,6 +47,7 @@ jobs:
4647

4748
- name: Check formatting
4849
run: cargo fmt --all --check
50+
components: rustfmt
4951
clippy:
5052
runs-on: ubuntu-latest
5153
name: ${{ matrix.toolchain }} / clippy

0 commit comments

Comments
 (0)