Add GitHub Actions workflow for linting#3
Merged
ChrisTimperley merged 2 commits intoSep 26, 2025
Conversation
Co-authored-by: ChrisTimperley <523560+ChrisTimperley@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add a basic GitHub Actions workflow for linting
Add GitHub Actions workflow for linting
Sep 26, 2025
ChrisTimperley
approved these changes
Sep 26, 2025
ChrisTimperley
left a comment
Owner
There was a problem hiding this comment.
This looks great. Thanks! 🙌🏻
ChrisTimperley
marked this pull request as ready for review
September 26, 2025 22:37
ChrisTimperley
deleted the
copilot/fix-daff5412-7fdc-40db-b803-0de0590cb050
branch
September 26, 2025 22:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a comprehensive GitHub Actions workflow to automatically run linting and code quality checks on pull requests and pushes to the main branch.
What's Added
The new workflow (
.github/workflows/lint.yml) includes:Workflow Features
mainand all pull requests@v4) for security and reliabilityAdditional Changes
Fixed existing Prettier formatting issues in
src/services/github.tsto ensure the workflow passes. These were minor formatting improvements (line wrapping for long console.log statements) that align with the project's Prettier configuration.Benefits
package.jsonThe workflow leverages all the linting tools already documented in the README's development section, providing automated enforcement of the project's existing code quality standards.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.