Skip to content

Conversation

@tangrufus
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 8, 2025 06:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds linting for GitHub Actions workflows by introducing a new actions job that uses a reusable workflow from the typisttech/.github repository.

  • Adds a new actions job to the lint workflow that calls lint-actions.yml@v3
  • Positions the new job before existing php and go lint jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +20 to +21
actions:
uses: typisttech/.github/.github/workflows/lint-actions.yml@v3
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new actions job should be added to the needs list in the wait-for-all-lint job (line 32-34). Currently, only php and go are listed as dependencies, but the actions lint job should also be included to ensure all linting jobs complete before the wait-for-all-lint job runs.

Copilot uses AI. Check for mistakes.
jobs:
actions:
uses: typisttech/.github/.github/workflows/lint-actions.yml@v3

Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the trailing whitespace on this blank line to maintain consistency with the rest of the file.

Suggested change

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants