mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-01-14 02:30:08 +08:00
12 lines
264 B
YAML
12 lines
264 B
YAML
# File managed by web3-bot. DO NOT EDIT.
|
|
# See https://github.com/protocol/.github/ for details.
|
|
|
|
name: Release Checker
|
|
on:
|
|
pull_request:
|
|
paths: [ 'version.json' ]
|
|
|
|
jobs:
|
|
release-check:
|
|
uses: protocol/.github/.github/workflows/release-check.yml@master
|