Skip to content

build: resolve array depolorizer bug #18

build: resolve array depolorizer bug

build: resolve array depolorizer bug #18

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