From b3532782b4d98692cb44883029c6477180772daa Mon Sep 17 00:00:00 2001 From: Emily Rohrbough Date: Mon, 3 Apr 2023 13:33:14 -0500 Subject: [PATCH] chore: update readme & use main.yml to follow standards --- .github/workflows/{run.yml => main.yml} | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{run.yml => main.yml} (100%) diff --git a/.github/workflows/run.yml b/.github/workflows/main.yml similarity index 100% rename from .github/workflows/run.yml rename to .github/workflows/main.yml diff --git a/README.md b/README.md index 02b5bda..60c08ea 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ OTHER DEALINGS IN THE SOFTWARE. [npm-icon]: https://nodei.co/npm/@cypress/commit-info.svg?downloads=true [npm-url]: https://npmjs.org/package/@cypress/commit-info -[ci-image]: https://travis-ci.org/cypress-io/commit-info.svg?branch=master -[ci-url]: https://travis-ci.org/cypress-io/commit-info +[ci-image]: https://github.com/cypress-io/commit-info/actions/workflows/main.yml/badge.svg +[ci-url]: https://github.com/cypress-io/commit-info/actions/workflows/main.yml [semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg [semantic-url]: https://github.com/semantic-release/semantic-release [standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg