We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa89b1 commit 55d8ffaCopy full SHA for 55d8ffa
.github/workflows/shell-analyzer.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run shfmt
22
run: |
23
shopt -s globstar
24
- shfmt -f && shfmt -i 4 -ci -d etc/ci/*.sh
+ shfmt -f etc/ci/*.sh && shfmt -i 4 -ci -d etc/ci/*.sh
25
shellcheck:
26
name: shellcheck
27
runs-on: ubuntu-latest
.yamllint.yml
@@ -3,9 +3,7 @@ yaml-files:
3
- '.config/**/*.yml'
4
- '.*.yml'
5
- '*.yml'
6
-ignore:
7
- - '.config/vale/styles/Google/'
8
- - 'target/'
+ignore-from-file: .gitignore
9
rules:
10
anchors:
11
forbid-duplicated-anchors: true
0 commit comments