Skip to content

fix: fix eslint warnings #33

fix: fix eslint warnings

fix: fix eslint warnings #33

Workflow file for this run

name: "Code Quality Checking"
on:
push:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node.js
uses: ./.github/composite/nodejs
- name: Check Package
shell: bash
run: |
pnpm run lint