Skip to content

fix(client): declare dotted remote namespace injects (dsh 0.1.2-rc.1) #181

fix(client): declare dotted remote namespace injects (dsh 0.1.2-rc.1)

fix(client): declare dotted remote namespace injects (dsh 0.1.2-rc.1) #181

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
permissions:
contents: read
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.21.0
- uses: actions/setup-node@v4
with:
node-version: 22.23.2
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test
- run: pnpm build