Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
highb committed Oct 27, 2023
1 parent dd824b3 commit 8e0dfcc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-12
- ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
path: .bhell
- run: bash .bhell/setup.sh

0 comments on commit 8e0dfcc

Please sign in to comment.