Skip to content

Add double bang functionality to fish #73

Add double bang functionality to fish

Add double bang functionality to fish #73

Workflow file for this run

name: Test
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Set up chezmoi
run: 'sh -c "$(curl -fsLS get.chezmoi.io)" -- init -S . --no-tty --promptDefaults --apply'
shell: bash