Skip to content

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #89

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3

build(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 #89

Workflow file for this run

name: test
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Peform build test
run: |
pnpm install
pnpm run build