Skip to content

Commit 55d8ffa

Browse files
ci(shell_analyzer): complete the missing paths and optimize the yamllint config file (#393)
Signed-off-by: Shigure Kurosaki <[email protected]>
1 parent dfa89b1 commit 55d8ffa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/shell-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run shfmt
2222
run: |
2323
shopt -s globstar
24-
shfmt -f && shfmt -i 4 -ci -d etc/ci/*.sh
24+
shfmt -f etc/ci/*.sh && shfmt -i 4 -ci -d etc/ci/*.sh
2525
shellcheck:
2626
name: shellcheck
2727
runs-on: ubuntu-latest

.yamllint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ yaml-files:
33
- '.config/**/*.yml'
44
- '.*.yml'
55
- '*.yml'
6-
ignore:
7-
- '.config/vale/styles/Google/'
8-
- 'target/'
6+
ignore-from-file: .gitignore
97
rules:
108
anchors:
119
forbid-duplicated-anchors: true

0 commit comments

Comments
 (0)