mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
14 lines
306 B
YAML
14 lines
306 B
YAML
# File managed by web3-bot. DO NOT EDIT.
|
|
# See https://github.com/protocol/.github/ for details.
|
|
|
|
name: Release Checker
|
|
on:
|
|
pull_request_target:
|
|
paths: [ 'version.json' ]
|
|
|
|
jobs:
|
|
release-check:
|
|
uses: protocol/.github/.github/workflows/release-check.yml@master
|
|
with:
|
|
go-version: 1.20.x
|