nextcloud-talk-android/.github/workflows/fixup.yml
Andy Scherzinger d7fc6f90a4
Block fixup and squash commits
original by https://github.com/skjnldsv

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2021-05-31 09:50:27 +02:00

12 lines
300 B
YAML

name: Pull request checks
on: pull_request
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}