Skip to content

Commit 4c8566d

Browse files
committed
Add null GitHub Action.
1 parent 47917b2 commit 4c8566d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/null.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Empty check for branch protection
2+
3+
on:
4+
- push
5+
- pull_request
6+
7+
jobs:
8+
null_check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)