Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 #1736

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 #1736

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run check-lint
- run: npm run check-format
- run: npm run test
- run: npm run build-ci