Skip to content
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

Add github action to shellcheck master on push and PRs #3550

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yarikoptic
Copy link
Member

Currently it will fail with good number of errors etc to fix up. Let's see if workflow works and shows them.

yarikoptic added a commit to yarikoptic/improveit that referenced this pull request Mar 9, 2023
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.04%. Comparing base (0c67bb3) to head (560e64c).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3550   +/-   ##
=======================================
  Coverage   73.04%   73.04%           
=======================================
  Files        1278     1278           
  Lines       59357    59357           
=======================================
  Hits        43360    43360           
  Misses      15997    15997           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies
Copy link
Member

@yarikoptic Reran so you can check the output.

git grep -l '^#\( *shellcheck \|!\(/bin/\|/usr/bin/env \)\(sh\|bash\|dash\|ksh\)\)' \
    | xargs shellcheck -f diff
    | git apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants