Skip to content

Commit

Permalink
fixed #206 - check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 1, 2023
1 parent abbdbf3 commit d86af4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ jobs:
with:
package: russh

Formatting:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install rustfmt
run: rustup component add rustfmt

- name: Clippy (all features enabled)
run: cargo fmt

Clippy:
runs-on: ubuntu-latest

Expand Down

0 comments on commit d86af4f

Please sign in to comment.