Skip to content

fix: a set of problem #95

fix: a set of problem

fix: a set of problem #95

Workflow file for this run

name: PR CI
on:
pull_request:
branches:
- next
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
with:
submodules: recursive
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 10.14.0
run_install: true
- name: Run Lint
run: pnpm run lint