Skip to content

added additional eslint features, created new workflow for linting #1

added additional eslint features, created new workflow for linting

added additional eslint features, created new workflow for linting #1

Workflow file for this run

name: Check Linting Status
on:
push:
branches:
- 'feature/**'
- 'main'
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Eslint
run: npm run lint