:octocat: Adds GH workflow to test dotfiles

This commit is contained in:
Alicia Sykes 2022-03-19 15:25:43 +00:00
parent 7026b9e483
commit cf0fb22b06

13
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
mkdir -p ~/dotfiles-install-dir
- run: |
HOME=~/dotfiles-install-dir ./install