Skip to content

wait for koci to be public #39

wait for koci to be public

wait for koci to be public #39

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
uses: ./.github/actions/dependencies
- name: Compile cv
uses: ./.github/actions/compile