dotfiles/.github/workflows/build.yml

14 lines
252 B
YAML
Raw Permalink Normal View History

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
mkdir -p ~/dotfiles-install-dir
- run: |
2024-04-20 06:35:43 +02:00
HOME=~/dotfiles-install-dir ./install.sh