Skip to content

fix: cli client on default scheme (#362) #1223

fix: cli client on default scheme (#362)

fix: cli client on default scheme (#362) #1223

Workflow file for this run

name: formae-pkl
on:
push:
branches: [ "**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Install pkl
uses: pkl-community/setup-pkl@v0
with:
pkl-version: 0.30.0
- name: Test pkl
run: make test-pkl