Skip to content

chore(deps): update typescript-eslint monorepo to v8 #978

chore(deps): update typescript-eslint monorepo to v8

chore(deps): update typescript-eslint monorepo to v8 #978

Workflow file for this run

name: Test build
on:
push:
branches-ignore:
- "main"
pull_request:
branches:
- "main"
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- name: Test
run: npm run test
- name: Build
run: npm run build