Skip to content

Update dotfiles

Update dotfiles #95

Workflow file for this run

name: Run Tests
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run the installer
run: ./install.sh
- name: Run test script
run: ./test/test.sh