Skip to content

feat: negative weight for body weight exercises #429

feat: negative weight for body weight exercises

feat: negative weight for body weight exercises #429

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.1'
- run: 'go build ./cmd/lcp.go'