Skip to content

Updating google-backup-and-sync app to google-drive #8

Updating google-backup-and-sync app to google-drive

Updating google-backup-and-sync app to google-drive #8

Workflow file for this run

name: MacOS Setup
on: [push]
jobs:
setup:
name: Testing MacOS Setup
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Permissions
run: chmod +x *.sh
shell: bash
- name: Setup MacOS Defaults
run: ./defaults.sh
shell: bash
- name: Setup Apps
run: ./install.sh
shell: bash