1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 13:40:05 +08:00
SpaceVim/bundle/vim-go/.github/workflows/git.yml

12 lines
238 B
YAML
Raw Normal View History

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