Skip to content

Commit

Permalink
Run installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 13, 2024
1 parent f502862 commit 0a5e1d1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@ permissions:
contents: read

jobs:
brew-build:
name: Homebrew
dotfile-build:
name: Dotfiles
runs-on: macos-latest
defaults:
run:
shell: zsh

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install items from Brewfile
- name: Check default shell
run: |
brew bundle install
echo $SHELL
- name: Run combine script
run: |
./combine.zsh
- name: Run copy script
run: |
./copy.sh

0 comments on commit 0a5e1d1

Please sign in to comment.