Skip to content

0.25.1-rc1

0.25.1-rc1 #1220

Workflow file for this run

name: Merge Checks
on:
pull_request:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
test:
name: Test
uses: ./.github/workflows/test.yml
test-matrix:
name: Test Matrix
if: github.base_ref == 'main'
uses: ./.github/workflows/test-matrix.yml
build:
name: Build
uses: ./.github/workflows/build.yml