Skip to content

CI

CI #159

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 8 * * 6'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
mkdir -p ~/dotfiles-install-dir
git clone https://github.com/anishathalye/dotfiles
HOME=~/dotfiles-install-dir dotfiles/install --except shell
- run: |
HOME=~/dotfiles-install-dir ./install