Skip to content

Commit

Permalink
#3 github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thavlik committed Mar 7, 2024
1 parent 974da88 commit 727359a
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 @@ -7,6 +7,6 @@ jobs:
steps:
- run: sudo apt-get update && sudo apt-get install -y rustfmt
- name: vpn-types subcrate
run: rustfmt --edition 2021 --check types/src/lib.rs
run: rustfmt --edition 2021 --check $GITHUB_WORKSPACE/types/src/lib.rs
- name: vpn-operator subcrate
run: rustfmt --edition 2021 --check operator/src/main.rs
run: rustfmt --edition 2021 --check $GITHUB_WORKSPACE/operator/src/main.rs

0 comments on commit 727359a

Please sign in to comment.