Fix workflow, add badges

This commit is contained in:
Piotr Rogowski 2021-09-26 18:36:28 +02:00
parent ef6d038525
commit 06f68d8bc0
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
CI: true CI: true
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT }}
strategy: strategy:
matrix: matrix:
@ -26,5 +27,5 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm i - run: npm ci
- run: npm run lint - run: npm run lint

View File

@ -1,6 +1,8 @@
# 📦 SpeedyTuner INI parser # 📦 SpeedyTuner INI parser
![master](https://github.com/speedy-tuner/ini/actions/workflows/lint.js.yml/badge.svg?branch=master) ![master](https://github.com/speedy-tuner/ini/actions/workflows/lint.js.yml/badge.svg?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/6037e4d75ed48df20016/maintainability)](https://codeclimate.com/github/speedy-tuner/ini/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/6037e4d75ed48df20016/test_coverage)](https://codeclimate.com/github/speedy-tuner/ini/test_coverage)
![License](https://img.shields.io/github/license/speedy-tuner/ini) ![License](https://img.shields.io/github/license/speedy-tuner/ini)
## Installation ## Installation