summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-10-07 04:51:09 +0200
committerGitHub <[email protected]>2022-10-06 22:51:09 -0400
commitf6402563abb3ace148168a27e7889c961dd94bfd (patch)
tree028cd4e2b397802d582ef7e9f35d3c8eb159f7a4 /.github
parent40e2d5a1715ab7cdb0c4b4d849f1628caadb6842 (diff)
feat: enable global installation (#3161)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml
index 52103a54..27b061ef 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -22,6 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
+ version: 0.15.1
args: --check .
shfmt-check: