Skip to content

Add chkbit, egctl, envelope and 3 more #1287

Add chkbit, egctl, envelope and 3 more

Add chkbit, egctl, envelope and 3 more #1287

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
jobs:
tests:
runs-on: macOS-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-tap-syntax
- run: brew install bash fish
- name: Validate shell syntax
run: |
set -xeuo pipefail
bash -n handler.sh
fish -n handler.fish
zsh -n handler.sh
- name: Run tests
run: rake test
env:
HOMEBREW_COMMAND_NOT_FOUND_CI: 1