Skip to content

feat(data): update mutualfunds.csv 2023-11-27 #27

feat(data): update mutualfunds.csv 2023-11-27

feat(data): update mutualfunds.csv 2023-11-27 #27

Workflow file for this run

name: go
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.16
- name: go test
run: go test -v ./...