1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 12:00:05 +08:00
SpaceVim/.github/workflows/async.yml

20 lines
641 B
YAML
Raw Normal View History

2024-07-08 17:45:42 +08:00
name: Detach Plugins
on: [push]
jobs:
check:
strategy:
fail-fast: false
matrix:
2024-07-26 18:52:40 +08:00
detachPlugin: ["FlyGrep.vim", "dein-ui.vim", "vim-todo", "iedit.vim", "scrollbar.vim", "vim-chat", "vim-cheat", "xmake.vim", "GitHub.vim", "JavaUnit.vim", "git.vim", "cpicker.nvim", "SourceCounter.vim"]
2024-07-08 17:45:42 +08:00
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Detach ${{ matrix.detachPlugin }}
env:
BOTSECRET: ${{ secrets.BOTSECRET_GITHUB }}
2024-07-26 18:52:40 +08:00
SpaceVim_COMMIT_MSG: ${{ github.event.commits[0].message }}
2024-07-08 17:45:42 +08:00
run: .ci/detach_plugin.sh ${{ matrix.detachPlugin }}