mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-30 20:15:53 -04:00
17 lines
368 B
YAML
17 lines
368 B
YAML
name: Git Checks
|
|
|
|
on: [pull_request]
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
block-fixup:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
with:
|
|
persist-credentials: false
|
|
- name: Block Fixup Commit Merge
|
|
uses: 13rac1/block-fixup-merge-action@bd5504fb9ca0253e109d98eb86b7debc01970cdc # v2.0.0
|