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
|
||||
env:
|
||||
CI: true
|
||||
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -26,5 +27,5 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# 📦 SpeedyTuner INI parser
|
||||
|
||||
![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)
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Reference in New Issue