Skip to content

refactor: Separate report generation into different functions #80

refactor: Separate report generation into different functions

refactor: Separate report generation into different functions #80

Workflow file for this run

name: build
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
schedule:
- cron: '0 9 * * *'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Install the tool dependencies
uses: jdx/mise-action@v2
with:
experimental: true
- name: Build, test, and release
run: |
scripts/build.sh