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 727359a commit 8135f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y rustfmt
- run: ls -al $GITHUB_WORKSPACE
- run: cd $GITHUB_WORKSPACE && find .
- name: vpn-types subcrate
run: rustfmt --edition 2021 --check $GITHUB_WORKSPACE/types/src/lib.rs
- name: vpn-operator subcrate
Expand Down

0 comments on commit 8135f36

Please sign in to comment.