From 2ac434375d616e5763a88a9d4260bcda4cfc4609 Mon Sep 17 00:00:00 2001 From: leogdion Date: Mon, 8 Sep 2025 15:55:53 -0400 Subject: [PATCH] Adding Swift-Build Action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f38a630e..0853925f 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) - [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) - [Run Julia tests](https://github.com/julia-actions/julia-runtest) +- [Build and Test Swift Packages](https://github.com/brightdigit/swift-build) #### Linting @@ -568,5 +569,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) - [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) +- [Introducing swift-build: A GitHub Action for Swift](https://brightdigit.com/tutorials/swift-build/) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.