Skip to content

Commit 16de131

Browse files
committed
ci fixes
1 parent 6a49366 commit 16de131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28+
- name: Install rustfmt
29+
run: rustup component add rustfmt
2830
- name: cargo fmt
2931
run: cargo fmt --check
3032
clippy:
3133
runs-on: ubuntu-latest
3234
steps:
3335
- uses: actions/checkout@v3
36+
- name: Install clippy
37+
run: rustup component add clippy
3438
- name: cargo clippy
3539
run: |
3640
cargo clippy -F exporter-ui --all-targets -- -W clippy::all -W clippy::pedantic \

0 commit comments

Comments
 (0)