From dfd03910cfbb954d8464e9136b3588cbe9cdf824 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 27 Nov 2023 16:26:37 +0530 Subject: [PATCH] ci: rename test.yml to checks.yml --- .github/workflows/{test.yml => checks.yml} | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => checks.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/checks.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/checks.yml diff --git a/README.md b/README.md index 86bb5797..2b763d27 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ In order to ensure that the AdonisJS community is welcoming to all, please revie ## License AdonisJS Lucid is open-sourced software licensed under the [MIT license](LICENSE.md). -[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/lucid/test.yml?style=for-the-badge -[gh-workflow-url]: https://github.com/adonisjs/lucid/actions/workflows/test.yml "Github action" +[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/lucid/checks.yml?style=for-the-badge +[gh-workflow-url]: https://github.com/adonisjs/lucid/actions/workflows/checks.yml "Github action" [npm-image]: https://img.shields.io/npm/v/@adonisjs/lucid/latest.svg?style=for-the-badge&logo=npm [npm-url]: https://www.npmjs.com/package/@adonisjs/lucid/v/latest "npm"