Skip to content

feat: add chezmoi-development skill and fix settings.json race condition #51

feat: add chezmoi-development skill and fix settings.json race condition

feat: add chezmoi-development skill and fix settings.json race condition #51

Workflow file for this run

name: Test Dotfiles
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run dotfiles tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod +x test/test-dotfiles.sh
./test/test-dotfiles.sh