Skip to content

Drop duplicate P&L cards, rename section to Premium Economics #47

Drop duplicate P&L cards, rename section to Premium Economics

Drop duplicate P&L cards, rename section to Premium Economics #47

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # full history + tags so resolve_version() picks up the latest tag
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build and syntax-check
run: python3 build.py --check