Skip to content

Merge pull request #20 from soraxas/patch-1 #36

Merge pull request #20 from soraxas/patch-1

Merge pull request #20 from soraxas/patch-1 #36

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 jorgebucaran/fishtape $GITHUB_WORKSPACE
fishtape tests/*.fish
shell: fish {0}