Compare commits

..

3 Commits

Author SHA1 Message Date
8e2163cce6 parse trading212 record fees
Some checks failed
Tests / tests (pull_request) Failing after 43s
2025-11-13 13:44:40 +00:00
bb93798c0f add Fees and Taxes to the Record type 2025-11-13 13:44:40 +00:00
388fd439a1 add tests gitea workflow 2025-11-13 13:33:36 +00:00

View File

@@ -0,0 +1,20 @@
name: Tests
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.25
- name: Run tests
run: go test -v ./...