♻️ split up workflows
This commit is contained in:
parent
a0668acebb
commit
24f41efc99
6 changed files with 60 additions and 40 deletions
11
test_install_fzf.yml
Normal file
11
test_install_fzf.yml
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue