Skip to content

Validation

Validation #585

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags: '*'
pull_request:
jobs:
call:
uses: control-toolbox/CTActions/.github/workflows/ci.yml@main
with:
versions: '["1.10", "1.12"]'
runs_on: '["ubuntu-latest", "macos-latest"]'
runner_type: 'github'
use_ct_registry: true
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}