Skip to content

chore(deps-dev): bump @types/eslint from 8.56.5 to 8.56.10 #45

chore(deps-dev): bump @types/eslint from 8.56.5 to 8.56.10

chore(deps-dev): bump @types/eslint from 8.56.5 to 8.56.10 #45

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