Skip to content

always print the list of validators (#52) #69

always print the list of validators (#52)

always print the list of validators (#52) #69

Workflow file for this run

name: ci-main
on:
push:
branches:
- main
tags:
- "*.*.*"
jobs:
pre-check:
uses: ./.github/workflows/_00_pre_check.yml
build:
needs: [pre-check]
uses: ./.github/workflows/_01_docker.yml