Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
d72a5aa1
Verified
Commit
d72a5aa1
authored
Sep 26, 2020
by
Sven-Hendrik Haase
Browse files
Add cleaner lint stage commands
parent
6f35c922
Pipeline
#1831
passed with stages
in 29 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d72a5aa1
...
...
@@ -11,14 +11,14 @@ shellcheck:
before_script
:
-
pacman -Syu --needed --noconfirm shellcheck
script
:
-
find . -iname "*.sh" -exec
shellcheck
{} +
-
shellcheck
**/*.sh
shfmt
:
stage
:
lint
before_script
:
-
pacman -Syu --needed --noconfirm shfmt
script
:
-
find . -iname "*.sh" -exec
shfmt -i 2 -ci -d
{} +
-
shfmt -i 2 -ci -d
**/*.sh
build
:
stage
:
build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment