Skip to content

Complete --wait option from Fish shell #12

Complete --wait option from Fish shell

Complete --wait option from Fish shell #12

Workflow file for this run

name: Verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: brew install bats-core
- run: brew install shellcheck
- name: Run checks
run: make all