Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): Add GitHub Actions workflow for pull requests
This commit adds a new GitHub Actions workflow, defined in `.github/workflows/pull-request.yml`, that gets triggered on pull requests. The workflow includes linting and test jobs that run on the latest Ubuntu and Node 20 environment.
- Loading branch information