WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): update resolutions eslint-plugin-jsdoc to v55 #299

chore(deps): update resolutions eslint-plugin-jsdoc to v55

chore(deps): update resolutions eslint-plugin-jsdoc to v55 #299

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v5
with:
node-version: lts/*
cache: pnpm
- name: 📦 Install dependencies
run: pnpm install
- name: 🛠 Build project
run: pnpm build
- name: Run benchmarks
uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
env:
NUXT_SOCKET: 1
with:
run: pnpm vitest bench
mode: instrumentation
token: ${{ secrets.CODSPEED_TOKEN }}