This website requires JavaScript.
Explore
Help
Sign In
t2linux
/
fedora
Watch
0
Star
0
Fork
0
You've already forked fedora
mirror of
https://github.com/t2linux/fedora.git
synced
2026-04-30 13:51:42 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
debug-kernel
fedora
/
lint.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
10 lines
97 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
ci: Add checks for SPEC files
2023-06-07 16:13:32 -07:00
#!/usr/bin/bash
set
-e
ci: Check shell scripts with shellcheck
2023-07-28 17:18:29 +05:30
for
i in /repo/*/*.spec
;
do
rpmlint
"
$i
"
done
ci: Add checks for SPEC files
2023-06-07 16:13:32 -07:00
ci: Check shell scripts with shellcheck
2023-07-28 17:18:29 +05:30
shellcheck /repo/**.sh
Reference in New Issue
Copy Permalink