mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 13:40:05 +08:00
12 lines
238 B
YAML
12 lines
238 B
YAML
|
name: git checks
|
||
|
on: [pull_request]
|
||
|
|
||
|
jobs:
|
||
|
autosquash-commits-integrated:
|
||
|
runs-on: ubuntu-18.04
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2.0.0
|
||
|
- name: Block Fixup Commit Merge
|
||
|
uses: 13rac1/block-fixup-merge-action@v2.0.0
|