Skip to content

deps: update typescript-eslint monorepo to v8 (major) #4721

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

deps: update typescript-eslint monorepo to v8 (major) #4721

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request: {}
jobs:
build:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
build-commands: |
npm ci
npm run build
test-commands: npm test
report-coverage: true
coverage-file: ./coverage/lcov.info
docs:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
build-commands: |
npm ci
npm run build:docs
lint:
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected]
with:
install-node: true
lint-commands: |
npm ci
npm run lint