Skip to content

Update typescript-eslint monorepo to v8.25.0 #24

Update typescript-eslint monorepo to v8.25.0

Update typescript-eslint monorepo to v8.25.0 #24

Workflow file for this run

name: Client UI
on:
push:
branches:
- main
paths:
- client-ui/**
- .github/workflows/client-ui.yml
pull_request:
branches:
- main
paths:
- client-ui/**
- .github/workflows/client-ui.yml
defaults:
run:
working-directory: ./client-ui
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
package_json_file: client-ui/package.json
- uses: actions/[email protected]
with:
cache: pnpm
cache-dependency-path: client-ui/pnpm-lock.yaml
node-version-file: client-ui/.nvmrc
- run: pnpm install
- run: pnpm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
package_json_file: client-ui/package.json
- uses: actions/[email protected]
with:
cache: pnpm
cache-dependency-path: client-ui/pnpm-lock.yaml
node-version-file: client-ui/.nvmrc
- run: pnpm install
- run: pnpm run typecheck
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: docker/[email protected]
with:
# renovate: datasource=github-releases depName=docker/buildx
version: "v0.19.3"
- uses: docker/[email protected]
id: build
with:
context: ./client-ui
cache-from: type=gha
cache-to: type=gha,mode=max