diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5a47388..606513f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,12 +11,12 @@ jobs: node-version: [ 16.x ] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 name: Checkout Code with: fetch-depth: 1 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 name: Use Node.js ${{ matrix.node-version }} with: node-version: ${{ matrix.node-version }} @@ -24,9 +24,6 @@ jobs: - name: npm install run: npm install - - name: Run lintfix to catch errors caused by prettier - run: npm run lintfix - - name: Lint using eslint run: npm run lint diff --git a/README.md b/README.md index 4827dc8..6bf7d28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Build Status][ci-image]][ci-url] -[![Coverage Status][cov-img]][cov-url] -[![NPM][npm-image]][npm-url] +[![Build Status](https://github.com/msimerson/maxmind-geolite-mirror/actions/workflows/ci-test.yml/badge.svg)](https://github.com/msimerson/maxmind-geolite-mirror/actions/workflows/ci-test.yml) +[![Coverage Status](https://coveralls.io/repos/github/msimerson/maxmind-geolite-mirror/badge.svg?branch=master)](https://coveralls.io/github/msimerson/maxmind-geolite-mirror?branch=master) +[![Maintainability](https://api.codeclimate.com/v1/badges/1d989637c36373336fa3/maintainability)](https://codeclimate.com/github/msimerson/maxmind-geolite-mirror/maintainability) # maxmind-geolite-mirror @@ -52,11 +52,8 @@ Contributions are welcome and appreciated. Please keep in mind the following: - Carl Banbury - Tom Lee -### badges -[ci-image]: https://github.com/msimerson/maxmind-geolite-mirror/actions/workflows/ci-test.yml/badge.svg -[ci-url]: https://github.com/msimerson/maxmind-geolite-mirror/actions/workflows/ci-test.yml -[cov-img]: https://codecov.io/github/msimerson/maxmind-geolite-mirror/coverage.svg?branch=master -[cov-url]: https://codecov.io/github/msimerson/maxmind-geolite-mirror?branch=master -[npm-image]: https://nodei.co/npm/maxmind-geolite-mirror.png?downloads=true&stars=true -[npm-url]: https://nodei.co/npm/maxmind-geolite-mirror/ +### NPM + +[![NPM][https://nodei.co/npm/maxmind-geolite-mirror.png?downloads=true&stars=true]][https://nodei.co/npm/maxmind-geolite-mirror/] +