Skip to content

Commit

Permalink
🚧 Add beginnings of basic CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jul 25, 2024
1 parent c15eaef commit 4de3156
Showing 1 changed file with 14 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:
push

jobs:
build:
runs-on: macos-14

steps:
- name: Checkout repository
uses: actions/checkout@v3

- run: echo "hello"

0 comments on commit 4de3156

Please sign in to comment.