Skip to content

Merge pull request #5 from h3y6e/renovate/actions-checkout-digest #230

Merge pull request #5 from h3y6e/renovate/actions-checkout-digest

Merge pull request #5 from h3y6e/renovate/actions-checkout-digest #230

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
install:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install dotfiles
run: sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply -S .
- name: Check chezmoi
run: ./bin/chezmoi data