Skip to content

🚧 Add beginnings of basic CI workflow #1

🚧 Add beginnings of basic CI workflow

🚧 Add beginnings of basic CI workflow #1

Workflow file for this run

name: CI
on:
push
jobs:
build:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: echo "hello"