Skip to content

fix: Improve visibility of the page. #14

fix: Improve visibility of the page.

fix: Improve visibility of the page. #14

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