Skip to content

Add rebase check workflow. #214

Add rebase check workflow.

Add rebase check workflow. #214

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