diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2022-02-17 02:07:49 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2022-02-17 02:07:49 +0530 |
commit | b4d33f25e5c7542a3a307f5f8d5e550e702d54fa (patch) | |
tree | 827e303413555e88dc19f1d964c987e34c618626 /.github/workflows | |
parent | db2f631665a3c7d4b64f87f556e59ccafcae445b (diff) |
chore: add -s option to shfmt
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e89a01..c7bfb54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: - name: checkout tessen for shfmt uses: actions/checkout@v2 - name: run shfmt - run: shfmt -d -i 2 -bn -ci -sr tessen + run: shfmt -d -s -i 2 -bn -ci -sr tessen |