From 2aa79bf2b5d00d6e7401a6f621aaf0e6922aebd3 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Mon, 27 Jan 2025 00:34:00 +0100 Subject: [PATCH] Update shfmt action in lint workflow --- .github/workflows/lint.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71c569a..241ca11 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,5 @@ jobs: shfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: shfmt - uses: bltavares/actions/shfmt@master - env: - SHFMT_ARGS: -d + - uses: mfinelli/setup-shfmt@v3 + - run: shfmt -d wireguard-install.bash