Skip to content

chore(deps): update typescript-eslint monorepo to v7.14.1 #1722

chore(deps): update typescript-eslint monorepo to v7.14.1

chore(deps): update typescript-eslint monorepo to v7.14.1 #1722

name: Feature branch build
on:
push:
branches:
- '**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install runtime
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install
run: npm ci
- name: Checks
run: npm run type-check
- name: Unit tests
run: npm run test
- name: Build
run: npm run build