add .github/workflows/release-check.yml

This commit is contained in:
web3-bot 2021-12-10 11:50:47 +00:00
parent 4ce5b67757
commit e7bb135bd6

11
.github/workflows/release-check.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# 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