diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..d6f3e33 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -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