From 0786de042ec6d35b1168db3439d479da52116975 Mon Sep 17 00:00:00 2001 From: Sebastian Noel Date: Mon, 8 Jun 2026 19:40:05 -0400 Subject: [PATCH] added period to actions tab sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d54a1f1..2027658 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ GitHub Actions workflows run automatically on PRs and pushes to `main`: | **CI** | PRs and pushes to `main` | Runs lint and build | | **Docker Build**| PRs/pushes affecting app code or Docker files | Verifies Docker image builds| -View workflow runs: [Actions tab](https://github.com/GraphicsProgrammingKnights/gpkweb/actions) +View workflow runs: [Actions tab](https://github.com/GraphicsProgrammingKnights/gpkweb/actions). ## Contributing