Skip to content

feat(types): Argument coercion into HashSet/BTreeSet #493 #87

feat(types): Argument coercion into HashSet/BTreeSet #493

feat(types): Argument coercion into HashSet/BTreeSet #493 #87

Workflow file for this run

name: Merge Request Workflow
on:
pull_request:
workflow_dispatch:
jobs:
build_and_lint:
name: Build and Lint
uses: ./.github/workflows/build.yml
coverage:
name: Code Coverage
if: ${{ ! startsWith(github.head_ref, 'release-plz-') }}
uses: ./.github/workflows/coverage.yml