mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 16:04:13 -04:00
We tend to use fixup commits quite a bit, and in the heat of the moment we sometimes forget to squash them before the final merge. This should prevent us from doing so.
13 lines
222 B
YAML
13 lines
222 B
YAML
name: Git Checks
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
block-fixup:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2.0.0
|
|
- name: Block Fixup Commit Merge
|
|
uses: 13rac1/block-fixup-merge-action@v2.0.0
|