From de0df2422ac26edcd083d801e93635deb0786589 Mon Sep 17 00:00:00 2001 From: xieyonn Date: Sun, 21 Sep 2025 15:50:06 +0800 Subject: feat: add make fmt for *.sh *.bash 1. add .editorconfig file, add rules for .sh .bash files. 2. add make fmt target, use: - gofmt *.go. - shfmt *.sh *.bash, shell/completion.bash, shell/key-bindings.bash need a left indent due to an outermost if block. 3. add shfmt check for bash scripts in make lint target. 4. install shfmt in actions. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/linux.yml') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2c5ee36d..454f56e9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -33,7 +33,7 @@ jobs: ruby-version: 3.4.1 - name: Install packages - run: sudo apt-get install --yes zsh fish tmux + run: sudo apt-get install --yes zsh fish tmux shfmt - name: Install Ruby gems run: bundle install -- cgit v1.2.3