There was an error while loading. Please reload this page.
1 parent ae8065f commit 5ca44b5Copy full SHA for 5ca44b5
2 files changed
.editorconfig
@@ -1,5 +1,3 @@
1
-# EditorConfig helps maintain consistent coding styles across editors.
2
-# https://editorconfig.org
3
root = true
4
5
[*]
.github/workflows/lint.yml
@@ -13,8 +13,6 @@ jobs:
13
name: shell formatting (shfmt)
14
runs-on: ubuntu-latest
15
env:
16
- # Keep in sync with any local tooling. Dependabot does not bump this, so
17
- # bump it manually when upgrading shfmt.
18
SHFMT_VERSION: v3.10.0
19
steps:
20
- uses: actions/checkout@v4
@@ -27,8 +25,5 @@ jobs:
27
25
chmod +x /usr/local/bin/shfmt
28
26
shfmt --version
29
30
- # shfmt reads indent_style/indent_size from .editorconfig, so this
31
- # enforces the spaces-only, 2-space indentation. It exits non-zero (and
32
- # prints a diff) if any shell script is not formatted accordingly.
33
- name: Check formatting
34
run: shfmt -d .
0 commit comments