Skip to content

merge(#36): feat: add info and verbose mode logging #76

merge(#36): feat: add info and verbose mode logging

merge(#36): feat: add info and verbose mode logging #76

Workflow file for this run

name: ESlint Check
on:
push:
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install packages, using npm
run: npm install
- name: lint run
run: npm run eslint