Skip to content

Bump fish-shop/install-plugin from 2.2.8 to 2.2.9 #367

Bump fish-shop/install-plugin from 2.2.8 to 2.2.9

Bump fish-shop/install-plugin from 2.2.8 to 2.2.9 #367

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
workflow_dispatch:
jobs:
syntax:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@d00909f23ad6c123a1a0e3c056d77dd9305b9daf # v1.0.6
- name: Syntax check fish files
uses: fish-shop/syntax-check@v1
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Fetch repository history for access to tags in tests
run: git fetch --prune --unshallow --tags --force
- name: Install fish shell
uses: fish-shop/install-fish-shell@d00909f23ad6c123a1a0e3c056d77dd9305b9daf # v1.0.6
- name: Install pond
uses: fish-shop/install-plugin@fda0e77e60b2ace5efd7115800dc1ef9b4111f6c # v2.2.9
with:
plugin-manager: fisher
plugins: (pwd)
- name: Run Fishtape tests
uses: fish-shop/run-fishtape-tests@883ee4bfb8cb76ff9cacfbf62d0d7e2661a2cae9 # v1.5.7
with:
pattern: tests/**.fish
install:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
plugin-manager: [fisher, oh-my-fish]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@d00909f23ad6c123a1a0e3c056d77dd9305b9daf # v1.0.6
- name: Install pond using ${{ matrix.plugin-manager }}
uses: fish-shop/install-plugin@fda0e77e60b2ace5efd7115800dc1ef9b4111f6c # v2.2.9
with:
plugin-manager: ${{ matrix.plugin-manager }}
plugins: (pwd)
- name: Check pond is installed
run: functions -q pond
shell: fish {0}