Skip to content

fix

fix #111

Workflow file for this run

name: GitHub Actions
on: [push]
jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: |
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply diohabara