Skip to content

refactor: Update font family from Monotype Corsiva to Times New Roman… #15

refactor: Update font family from Monotype Corsiva to Times New Roman…

refactor: Update font family from Monotype Corsiva to Times New Roman… #15

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint