Skip to content

on-save plumbing for model operator #13868

on-save plumbing for model operator

on-save plumbing for model operator #13868

Workflow file for this run

---
# This workflow runs all client tests
name: Client Tests
# yamllint disable-line rule:truthy
on:
workflow_call:
push:
branches: ['main']
paths:
- 'packages/client/**'
pull_request:
branches: ['main']
paths:
- 'packages/client/**'
jobs:
lint-client:
name: Lint and format client
uses: ./.github/workflows/lint-client.yaml
unit-tests:
name: Client Unit Tests
needs: lint-client
uses: ./.github/workflows/test-client-unit.yaml