Skip to content

brew update

brew update #34

Workflow file for this run

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