Skip to content

Commit

Permalink
Try GitHub actions for dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Oct 13, 2024
1 parent bb176e2 commit 178c123
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read

jobs:
brew-build:
name: Homebrew
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install items from Brewfile
uses: brew bundle install

0 comments on commit 178c123

Please sign in to comment.