mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 23:10:46 +01:00
:octocat: Adds GH workflow to test dotfiles
This commit is contained in:
parent
7026b9e483
commit
cf0fb22b06
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user