Skip to content

Commit

Permalink
rustfmt github actions; closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlik committed Mar 7, 2024
1 parent d62b7a3 commit 7fe435c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v4
- name: Install rustfmt
run: sudo apt-get update && sudo apt-get install -y rustfmt
- name: Check vpn-types subcrate
- name: Check vpn-types subcrate formatting
run: rustfmt --edition 2021 --check $GITHUB_WORKSPACE/types/src/lib.rs
- name: Check vpn-operator subcrate
- name: Check vpn-operator subcrate formatting
run: rustfmt --edition 2021 --check $GITHUB_WORKSPACE/operator/src/main.rs

0 comments on commit 7fe435c

Please sign in to comment.