From 048493cc5e64d1e0c0d2a1cc67c597ce1c8fa916 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 4 Jan 2024 09:58:54 +0100 Subject: [PATCH] rename github action workflow --- .github/workflows/{node.yml => lint_and_test.yml} | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{node.yml => lint_and_test.yml} (89%) diff --git a/.github/workflows/node.yml b/.github/workflows/lint_and_test.yml similarity index 89% rename from .github/workflows/node.yml rename to .github/workflows/lint_and_test.yml index 57b9f3593..7ae64a969 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/lint_and_test.yml @@ -1,4 +1,4 @@ -name: node +name: Lint & test on: push: @@ -11,7 +11,7 @@ on: jobs: test: - name: Test on node ${{ matrix.node }} and ${{ matrix.os }} + name: Lint & test on node ${{ matrix.node }} and ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/README.md b/README.md index 4d34cde0b..fff0a2ded 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-i18next [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Awesome%20react-i18next%20for%20react.js%20based%20on%20i18next%20internationalization%20ecosystem%20&url=https://github.com/i18next/react-i18next&via=jamuhl&hashtags=i18n,reactjs,js,dev) -[![Actions](https://github.com/i18next/react-i18next/workflows/node/badge.svg)](https://github.com/i18next/react-i18next/actions?query=workflow%3Anode) +[![Actions](https://github.com/i18next/react-i18next/workflows/lint_and_test/badge.svg)](https://github.com/i18next/react-i18next/actions?query=workflow%3Alint_and_test) [![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/i18next/react-i18next) [![Coverage Status](https://coveralls.io/repos/github/i18next/react-i18next/badge.svg)](https://coveralls.io/github/i18next/react-i18next) [![Quality][quality-badge]][quality-url]