Skip to content

chore(deps): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.8.0 #47

chore(deps): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.8.0

chore(deps): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.8.0 #47

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