Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
2a244294
Verified
Commit
2a244294
authored
Jan 31, 2021
by
David Runge
Browse files
Add continuous integration scripts to linting
Makefile: Add scripts below .gitlab/ci/ to the lint target of the Makefile.
parent
07239499
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2a244294
...
...
@@ -21,6 +21,7 @@ check: lint
lint
:
shellcheck
-s
bash archiso/mkarchiso
\
$(
wildcard
scripts/
*
.sh
)
\
$(
wildcard
.gitlab/ci/
*
.sh
)
\
$(INSTALL_FILES)
\
$(
wildcard
configs/
*
/build.sh
)
\
$(
wildcard
configs/
*
/profiledef.sh
)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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