Skip to content

update:

update: #3

Workflow file for this run

name: Run chezmoi
on:
- push
jobs:
install:
name: Install dotfiles
runs-on: ubuntu-latest
shell: zsh {0}

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Run chezmoi

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 5): Unexpected value 'shell'
steps:
- uses: actions/checkout@v4
- name: Install dotfiles
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply -S .