fisher/.github/workflows/ci.yml

17 lines
386 B
YAML
Raw Normal View History

2020-08-12 12:40:49 +02:00
name: CI
2020-08-12 12:40:49 +02:00
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2020-08-12 12:40:49 +02:00
- run: |
sudo add-apt-repository -y ppa:fish-shell/nightly-master
sudo apt-get update
sudo apt-get -y install fish
2020-08-12 12:40:49 +02:00
- run: |
curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher
fisher -v && fisher -h