Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 541b2eb

Browse files
committed
add .github/workflows/release-check.yml
1 parent 42c6bc6 commit 541b2eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-check.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
4+
name: Release Checker
5+
on:
6+
pull_request:
7+
paths: [ 'version.json' ]
8+
9+
jobs:
10+
release-check:
11+
uses: protocol/.github/.github/workflows/release-check.yml@master

0 commit comments

Comments
 (0)