Skip to content

Updated workflow

Updated workflow #2

name: Lint Check
on:
push:
branches:
- lint-workflow-check
pull_request:
branches:
- development
- main
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm i
- name: Lint
run: npm run lint