diff options
author | Stanislas Lange <git@slange.me> | 2025-01-27 00:35:11 +0100 |
---|---|---|
committer | Stanislas Lange <git@slange.me> | 2025-01-27 00:35:11 +0100 |
commit | f9664eb757bd8dd8ad11f23a935a8b51e7a81ec2 (patch) | |
tree | 70ece99362d2d3b0dfec27c92e57eddcaa94cfff | |
parent | 2aa79bf2b5d00d6e7401a6f621aaf0e6922aebd3 (diff) |
fix shfmt action
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 241ca11..ad6d2ec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,4 +16,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: mfinelli/setup-shfmt@v3 - - run: shfmt -d wireguard-install.bash + - run: shfmt -d wireguard-install.sh |