Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GHA] Introduce the first GitHub Action (#2760)
# Motivation We want to move our CI over to use GitHub Actions. We need to cover multiple different things like unit tests, benchmarks, soundness, API breaks, doc validation etc. # Modification This PR starts our journey to GitHub Actions by introducing the PR workflow. Right now this workflow only runs the Swift tests on our repository without any additional compiler flags like `-warnings-as-errors`. This aims to get us started and we will continue to modify them in subsequent PRs. # Result We got our first GH workflows running
- Loading branch information