Skip to content

fix(types): made type of Choice value generic #43

fix(types): made type of Choice value generic

fix(types): made type of Choice value generic #43

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
- dev
push:
branches-ignore:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: CI
uses: LexBorisoff/workflows/.github/workflows/ci.yml@main
results:
name: CI Results
if: github.event_name == 'pull_request'
needs: ci
uses: LexBorisoff/workflows/.github/workflows/ci-results.yml@main
with:
ci-result: ${{ needs.ci.result }}