add GitHub CI pipeline

This commit is contained in:
MorganGeek 2020-06-29 18:00:46 +02:00
parent 7c1f1f8bf2
commit e299ebef7e

18
.github/workflows/test.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
on: [push]
name: CI
jobs:
build_and_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
path: ~/Code/dotfiles
- name: Run bootstrap
shell: bash
run: |
~/Code/dotfiles/dot_scripts/bootstrap.sh
env:
REPO: ${{github.workspace}}
DOTFILES_REF: ${{github.sha}}
HOMEBREW_BUNDLE_BREW_SKIP: "node"