dotfiles/.github/workflows/build.yml
2022-03-19 15:25:43 +00:00

13 lines
248 B
YAML

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