Skip to content
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

Run linting and testing GitHub workflows on PRs #62

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. Run linting and testing GitHub workflows on PRs

    Currently, code is not automatically linted and tests are not
    automatically run on pull requests. This happens because the workflows
    which would perform these steps are not configured to run on pull
    requests but only on a push to `main`. This PR modifies the workflows to
    run on the `pull_request` event.
    mcmire committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    54a3149 View commit details
    Browse the repository at this point in the history