-
Notifications
You must be signed in to change notification settings - Fork 2
add a workflow to lint on push or pr #15
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this 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 introduces a GitHub Actions workflow for running TypeScript compilation checks and linting on push and pull request events.
Key Changes:
- Adds a new GitHub Actions workflow file for TypeScript type checking
- Configures the workflow to run on both push and pull request events
- Sets up Node.js environment and runs linting and TypeScript compilation checks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
copilot suggested changes, update v2 -> v4 Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
lgtm |
hanaeatsplanes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good girl
tailhaver
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops i didnt see this until now lgtm
title, only changes are a .yml file which should on either push (which shouldn't be possible on main) or on pull request lints with both yarn and tsc, tested locally with act on ghcr.io/catthehacker/ubuntu:act-latest