Skip to content

Move to alacritty.toml #162

Move to alacritty.toml

Move to alacritty.toml #162

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@v4
- name: Run Install Script
run: |
./install.sh
- name: Check dotfiles Installation
run: |
ls -la "$HOME/.local/share/chezmoi"
[ -f "$HOME/.zshrc" ]