Skip to content

fix(config): indent config.lua according to upstream #247

fix(config): indent config.lua according to upstream

fix(config): indent config.lua according to upstream #247

Workflow file for this run

name: Smoke Test CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install zsh shellcheck
- uses: actions/checkout@v4
- name: Run dotbot profile installation
shell: zsh {0}
run: zsh -c "./install workstation"
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run dotbot profile installation
shell: zsh {0}
run: zsh -c "./install workstation-mac"