Skip to content

fix: show correct start point to enter #9

fix: show correct start point to enter

fix: show correct start point to enter #9

Workflow file for this run

name: Lint Code
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run lint