From 8135f36b5cca1a85e8b3842fbaf046d10719e99c Mon Sep 17 00:00:00 2001 From: Tom Havlik Date: Wed, 6 Mar 2024 18:57:43 -0600 Subject: [PATCH] #3 github actions --- .github/workflows/rustfmt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 1a81d45..6389a97 100755 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -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