Skip to content

fixup! fixup! fixup! fixup! CI #155

fixup! fixup! fixup! fixup! CI

fixup! fixup! fixup! fixup! CI #155

Workflow file for this run

name: Test Installation
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Run Install Script
run: |
./install.sh
- name: Check dotfiles Installation
run: |
ls -la "$HOME/.local/share/chezmoi"
[ -f "$HOME/.zshrc" ]