mirror of https://github.com/hyper-tuner/ini.git
Fix workflow, add badges
This commit is contained in:
parent
ef6d038525
commit
06f68d8bc0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue