Files
nextcloud-docs/.github/workflows/fixup.yml
John Molakvoæ bb4bce8453 Fix indentation
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-03-01 11:24:42 +01:00

24 lines
551 B
YAML

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
name: Pull request checks
on:
pull_request:
branches:
- '!update-l10n'
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}