Skip to content

Fix history search on homelab #71

Fix history search on homelab

Fix history search on homelab #71

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
clone-and-install:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/vscode/devcontainers/base:ubuntu
env:
CODESPACES: true
steps:
- uses: actions/checkout@v3
- run: ./install.sh
- name: chezmoi data
run: '"$HOME/.local/bin/chezmoi" data'