Skip to content

Commit

Permalink
feat: add ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Nov 3, 2023
1 parent 2bbe557 commit 0ce9b32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
pull_request:
push:
branches:
- main

jobs:
ci:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: brew bundle
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!*.json
!*.md
!*.nix
!*.yml

!.gitignore

Expand All @@ -17,6 +18,9 @@
!Brewfile
!Brewfile.lock.json

!/.github/
!/.github/workflows/

!/.config/

!/.config/doom/
Expand Down

0 comments on commit 0ce9b32

Please sign in to comment.