diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 4ef579312..000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,47 +0,0 @@ -version: 2.1 - -jobs: - lint: - docker: - - image: circleci/node - steps: - - checkout - - restore_cache: - key: dependency-cache-{{ checksum "package.json" }} - - run: - name: install-npm-wee - command: npm install - - save_cache: - key: dependency-cache-{{ checksum "package.json" }} - paths: - - ./node_modules - - run: - name: Lint - command: npm run lint - - test: - docker: - - image: circleci/node:latest - steps: - - checkout - - restore_cache: - key: dependency-cache-{{ checksum "package.json" }} - - run: - name: install-npm-wee - command: npm install --legacy-peer-deps - - save_cache: - key: dependency-cache-{{ checksum "package.json" }} - paths: - - ./node_modules - - run: - name: test - command: npm test - - run: - name: coverage - command: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose - -workflows: - lint_and_test: - jobs: - - lint - - test diff --git a/README.md b/README.md index 19affeea4..4d34cde0b 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) -[![CircleCI](https://circleci.com/gh/i18next/react-i18next.svg?style=svg)](https://circleci.com/gh/i18next/react-i18next) +[![Actions](https://github.com/i18next/react-i18next/workflows/node/badge.svg)](https://github.com/i18next/react-i18next/actions?query=workflow%3Anode) [![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]