Skip to content

Commit

Permalink
Add fmt component
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Sep 26, 2024
1 parent 9c78f1e commit 7739b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
components: clippy
components: fmt, clippy

- name: Run clippy
- name: Run fmt
run: make lint

0 comments on commit 7739b38

Please sign in to comment.