Skip to content

git: enable autoSetupRemote #135

git: enable autoSetupRemote

git: enable autoSetupRemote #135

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install dotfiles
run: |
rm ~/.bashrc ~/.bash_profile
./install