Add a test that forbids merge commits

This commit is contained in:
dragfire 2020-08-24 15:17:00 -06:00
parent 148a60b075
commit cdebf02e54
2 changed files with 17 additions and 0 deletions

View file

@ -30,6 +30,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 5
# We need to disable the existing toolchain to avoid updating rust-docs
# which takes a long time. The fastest way to do this is to rename the