Skip to content

Improve output alpha calculation #737

Improve output alpha calculation

Improve output alpha calculation #737

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "*"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install and test
run: pnpm install-test --frozen-lockfile