Skip to content

Set default git branch name to main #42

Set default git branch name to main

Set default git branch name to main #42

Workflow file for this run

name: 🔨 Install
on:
push:
branches: [ macos, windows, wsl ]
jobs:
install:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: |
chmod +x ./install.sh
./install.sh