Skip to content

fix: fork checks #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix: fork checks #194

wants to merge 4 commits into from

Conversation

fmenezes
Copy link
Collaborator

@fmenezes fmenezes commented May 2, 2025

  • Renames lint to checks
  • Moves dependency checks to the main checks workflow
  • Enables the checks workflow to run on forks

@Copilot Copilot AI review requested due to automatic review settings May 2, 2025 13:01
@fmenezes fmenezes requested a review from a team as a code owner May 2, 2025 13:01
Copy link
Contributor

@Copilot 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 updates the GitHub Actions workflow to expand checks beyond linting by adding a new job for dependency checking.

  • Renames the workflow from "Lint" to "Checks".
  • Adds a new "check-dep" job that installs dependencies, builds the code, removes dev dependencies, and runs an inspection tool.

@fmenezes fmenezes enabled auto-merge (squash) May 2, 2025 13:04
@@ -42,8 +42,6 @@ jobs:
permissions:
pull-requests: write
contents: write
needs:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

drive-by: no need, PRs will wait for tests

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.

1 participant