-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-commit handling #394
base: main
Are you sure you want to change the base?
pre-commit handling #394
Conversation
esac | ||
done | ||
|
||
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")/" |
Check warning
Code scanning / shellcheck
Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore). Warning
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #394 +/- ##
==========================================
+ Coverage 84.96% 85.17% +0.20%
==========================================
Files 4 4
Lines 286 290 +4
==========================================
+ Hits 243 247 +4
Misses 43 43 ☔ View full report in Codecov by Sentry. |
- id: differential-shellcheck | ||
name: Differential ShellCheck | ||
description: Static analysis tool for changed shell scripts | ||
language: docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is temporary, docker_image
should be used when ready.
6bc612e
to
5f80422
Compare
5f80422
to
6fa4c10
Compare
Issue: #234
Testing: I created a tag in my fork and used the following yaml for pre-commit testing.
TODO: