Skip to content

chore: small tweaks #24

chore: small tweaks

chore: small tweaks #24

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: list refs
run: ls -la .git/refs/heads
- name: Install dependencies
uses: ./.github/actions/dependencies
- name: Compile cv
uses: ./.github/actions/compile