1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00
SpaceVim/bundle/vim-go/.github/workflows/git.yml
wsdjeg 49a995f7b9 ci(runner): update to ubuntu 20.04
ubuntu 18.04 runner is deprecated
2023-04-04 08:14:53 +08:00

12 lines
238 B
YAML

name: git checks
on: [pull_request]
jobs:
autosquash-commits-integrated:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.0.0
- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0