🚚 move workflows back into correct folder
This commit is contained in:
parent
1e6903d2ae
commit
a63793c7c2
4 changed files with 0 additions and 0 deletions
11
.github/workflows/test_install_fish.yml
vendored
Normal file
11
.github/workflows/test_install_fish.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
paths: install_fish.sh
|
||||
|
||||
jobs:
|
||||
install_fish:
|
||||
name: install fish
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash install_fish.sh
|
||||
11
.github/workflows/test_install_fzf.yml
vendored
Normal file
11
.github/workflows/test_install_fzf.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
paths: install_fzf.sh
|
||||
|
||||
jobs:
|
||||
install_fzf:
|
||||
name: install fzf
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash install_fzf.sh
|
||||
11
.github/workflows/test_install_nvim.yml
vendored
Normal file
11
.github/workflows/test_install_nvim.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
paths: install_nvim.sh
|
||||
|
||||
jobs:
|
||||
install_nvim:
|
||||
name: install nvim
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash install_nvim.sh
|
||||
11
.github/workflows/test_install_tmux.yml
vendored
Normal file
11
.github/workflows/test_install_tmux.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
paths: install_tmux.sh
|
||||
|
||||
jobs:
|
||||
install_tmux:
|
||||
name: install tmux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash install_tmux.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue