Skip to content

Conversation

@ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Jul 27, 2025

Description

This PR adds actionlint which will run shellcheck against run sections in the workflows. Additionally, problem matchers have been added for the linters.

The yamllint action has been replaced with installed yamllint from pypi.

TODO:

For the future:

  • extract bash, cmd, powershell, javascript, python, etc. from github workflows ... need to determine how to handle template syntax, e.g. ${{ }}

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-actionlint branch 25 times, most recently from f95fc35 to 3a01a89 Compare July 27, 2025 05:05
@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-actionlint branch 4 times, most recently from e5a22f5 to eb43bf7 Compare July 27, 2025 15:26
@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-actionlint branch 16 times, most recently from 8a98fde to 58fd2bc Compare July 29, 2025 21:55
@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-actionlint branch 5 times, most recently from 3c16148 to ed30a32 Compare July 30, 2025 00:06
@ReenigneArcher ReenigneArcher force-pushed the feat/workflows/add-actionlint branch from ed30a32 to 0a45fa4 Compare July 30, 2025 00:08
@ReenigneArcher ReenigneArcher marked this pull request as ready for review July 30, 2025 00:08
@sonarqubecloud
Copy link

@ReenigneArcher ReenigneArcher merged commit 0dc2ee5 into master Jul 30, 2025
16 checks passed
@ReenigneArcher ReenigneArcher deleted the feat/workflows/add-actionlint branch July 30, 2025 00:10
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.

.github: add shellcheck to common-lint workflow

2 participants