Skip to content

Add null GitHub Action. #226

Add null GitHub Action.

Add null GitHub Action. #226

Workflow file for this run

name: Empty check for branch protection
on:
- push
- pull_request
jobs:
null_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2