Skip to content

chore(deps): Bump the npm_and_yarn group across 1 directory with 10 updates #27

chore(deps): Bump the npm_and_yarn group across 1 directory with 10 updates

chore(deps): Bump the npm_and_yarn group across 1 directory with 10 updates #27

name: Lint Check
on:
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