Skip to content

Brewfile: use new WhatsApp. #174

Brewfile: use new WhatsApp.

Brewfile: use new WhatsApp. #174

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: main
pull_request:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Validate syntax
run: bash -n *.sh
- name: Test script/setup
run: bash script/setup
- name: Test bashrc
run: bash -xc "source ~/.bashrc"
- name: Test zshrc
run: zsh -xc "source ~/.zshrc"
if: matrix.os == 'macos-latest'