We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47917b2 commit 4c8566dCopy full SHA for 4c8566d
1 file changed
.github/workflows/null.yaml
@@ -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