Skip to content

Commit

Permalink
rename github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 4, 2024
1 parent 0ef387c commit 048493c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: node
name: Lint & test

on:
push:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 048493c

Please sign in to comment.