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 2c1a69b commit 974da88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
Check-Formatting:
runs-on: ubuntu-latest
steps:
- run: apt update && apt install -y rustfmt
- run: sudo apt-get update && sudo apt-get install -y rustfmt
- name: vpn-types subcrate
run: rustfmt --edition 2021 --check types/src/lib.rs
- name: vpn-operator subcrate
Expand Down

0 comments on commit 974da88

Please sign in to comment.