Skip to content

Add GitHub Actions linting workflow - #6

Open
grimaldi89 wants to merge 1 commit into
masterfrom
codex/add-pull-request-tests-for-installation
Open

Add GitHub Actions linting workflow#6
grimaldi89 wants to merge 1 commit into
masterfrom
codex/add-pull-request-tests-for-installation

Conversation

@grimaldi89

Copy link
Copy Markdown
Owner

Summary

  • add test.yml workflow to run ShellCheck and bash -n
  • document CI setup in the README

Testing

  • sudo apt-get update
  • sudo apt-get install -y shellcheck
  • find . -name '*.sh' -print0 | xargs -0 shellcheck
  • for f in $(find . -name '*.sh'); do bash -n "$f"; done

https://chatgpt.com/codex/tasks/task_e_687194b37ea0833198dbd273a15c977c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant