Skip to content

enhance non-primitive depolorizer methods to handle null wire (#19) #14

enhance non-primitive depolorizer methods to handle null wire (#19)

enhance non-primitive depolorizer methods to handle null wire (#19) #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- ready_for_review
workflow_call:
workflow_dispatch:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
test:
name: Test
needs: lint
uses: ./.github/workflows/test.yml