Skip to content

2.2.14

2.2.14 #122

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Fish
run: |
sudo apt-add-repository -yn ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install -y fish
- name: Install Tools
run: |
curl -sL https://git.io/fisher | source
fisher install $GITHUB_WORKSPACE jorgebucaran/fishtape
fishtape tests/*
shell: fish {0}