Skip to content

chore(deps): bump eslint-plugin-vitest from 0.3.26 to 0.5.3 #44

chore(deps): bump eslint-plugin-vitest from 0.3.26 to 0.5.3

chore(deps): bump eslint-plugin-vitest from 0.3.26 to 0.5.3 #44

Workflow file for this run

name: PR Check
on:
push:
branches-ignore:
- main
jobs:
pr-check:
name: PR Check
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Type check
run: npm run type-check
- name: Build
run: npm run build
# - name: Test
# run: npm run test