Skip to content

chore: replaced @pinia-plugin-persistedstate/nuxt with default `pin… #25

chore: replaced @pinia-plugin-persistedstate/nuxt with default `pin…

chore: replaced @pinia-plugin-persistedstate/nuxt with default `pin… #25

Workflow file for this run

name: 'Lint'
on:
pull_request:
push:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint