Skip to content

Added lint error for testing #3

Added lint error for testing

Added lint error for testing #3

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: Linting
run: npm run lint