Skip to content

chore: fix the publish workflow #19

chore: fix the publish workflow

chore: fix the publish workflow #19

Workflow file for this run

on:
pull_request:
branches:
- master
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 23
- name: Install npm dependencies
run: npm install
- name: Run lint
run: npm run lint