Skip to content

Update README.md

Update README.md #154

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 15
- run: npm install
- run: npm run build --if-present
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
- run: npm run build --if-present
- run: npm run lint --if-present