Skip to content

updated minor and patch #123

updated minor and patch

updated minor and patch #123

Workflow file for this run

name: ESlint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: npm install
- name: Run ESlint
run: npm run eslint