diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..bd380f9 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.gitignore b/.gitignore index 6980f92..558835c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ !*.json !*.md !*.nix +!*.yml !.gitignore @@ -17,6 +18,9 @@ !Brewfile !Brewfile.lock.json +!/.github/ +!/.github/workflows/ + !/.config/ !/.config/doom/