Skip to content

Commit c1e8517

Browse files
authored
Merge pull request #414 from k-nasa/fix_github_actions
Add only rustfmt on Checking fmt and docs actions
2 parents cc75b65 + 3620b2b commit c1e8517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959

6060
- uses: actions-rs/toolchain@v1
6161
with:
62+
profile: minimal
6263
toolchain: ${{ steps.component.outputs.toolchain }}
6364
override: true
65+
components: rustfmt
6466

6567
- name: setup
6668
run: |

0 commit comments

Comments
 (0)