Skip to content

refactoring: Modified into Model-View-Controller architecture. (#18) #19

refactoring: Modified into Model-View-Controller architecture. (#18)

refactoring: Modified into Model-View-Controller architecture. (#18) #19

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
Validate:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install ESLint
run: npm install
- name: ESLint
run: npm run lint