♻️ split up workflows
This commit is contained in:
parent
a0668acebb
commit
24f41efc99
6 changed files with 60 additions and 40 deletions
16
.github/workflows/test_codespaces_install.yml
vendored
Normal file
16
.github/workflows/test_codespaces_install.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- install.sh
|
||||
- install_tmux.sh
|
||||
- install_nvim.sh
|
||||
- install_fzf.sh
|
||||
- install_fish.sh
|
||||
|
||||
jobs:
|
||||
install_codespaces_setup:
|
||||
name: install codespaces setup
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: bash install.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue