Skip to content

Commit

Permalink
Add rustfmt to build
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Sep 26, 2022
1 parent fef3dd5 commit 2388d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- name: Cache dependencies
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 2388d41

Please sign in to comment.