Skip to content

chore(github): remove unnecessary workflow #188

chore(github): remove unnecessary workflow

chore(github): remove unnecessary workflow #188

Workflow file for this run

name: Test Install
on: [push]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
shell: bash
run: |
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
- name: Install dotfiles
run: make install