auth0 / auth0-react

Auth0 SDK for React Single Page Applications (SPA)
MIT License
887 stars 256 forks source link

[SDK-4436] test: Migrate CI to GitHub Actions #564

Closed evansims closed 1 year ago

evansims commented 1 year ago

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

This pull request replaces our current CircleCI continuous integration suite for auth0-react with a new workflow using GitHub Actions.

References

Please see internal ticket SDK-4436.

Testing

This pull request replaces our continuous integration suite with one built in GitHub's native Actions ecosystem. It aligns with other migrations taking place across our repositories.

Checklist

evansims commented 1 year ago

Note that the existing "Code scanning results / CodeQL" may not pass as this pull request replaces it's YAML configuration; we'll force-merge after approval.