Skip to content

fix(pencil) Fixed publish #24

fix(pencil) Fixed publish

fix(pencil) Fixed publish #24

Workflow file for this run

name: Eslint
on:
push:
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install yarn
run: npm ci
- name: Check Linting
run: npm run lint