name: CI on: push jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: | sudo add-apt-repository -y ppa:fish-shell/nightly-master sudo apt-get update sudo apt-get -y install fish - run: | curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish fish -c "fisher -v && fisher -h"