Skip to content

chore: small tweaks #22

chore: small tweaks

chore: small tweaks #22

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