Skip to content

[Enhancement] - Specify Set Value for Different Keys #40

[Enhancement] - Specify Set Value for Different Keys

[Enhancement] - Specify Set Value for Different Keys #40

Workflow file for this run

name: Build and Lint
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install, Build, and Lint
run: |
npm install
npm run build
npm run lint