Skip to content

ci: add ShellCheck and yamlint workflow#28

Open
JohnMartin0301 wants to merge 1 commit intoiamdevdhanush:mainfrom
JohnMartin0301:feature/add-ci-linting
Open

ci: add ShellCheck and yamlint workflow#28
JohnMartin0301 wants to merge 1 commit intoiamdevdhanush:mainfrom
JohnMartin0301:feature/add-ci-linting

Conversation

@JohnMartin0301
Copy link
Copy Markdown

Summary

Adds a GitHub Actions CI workflow that runs on every push and pull request to main.

Changes

  • Added .github/workflows/lint.yml with two parallel jobs:
    • ShellCheck — lints all .sh files
    • yamllint — validates all .yml/.yaml files
  • Fixed pre-existing CRLF line ending issues in existing .sh and .yml files
  • Fixed pre-existing ShellCheck errors in existing shell scripts

Testing

Both ShellCheck and yamllint were tested locally and passed with no errors.

Closes #26

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.

Add CI pipeline for shell and YAML validation using GitHub Actions

1 participant