Skip to content

feat: changed value -> label #340

feat: changed value -> label

feat: changed value -> label #340

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test