Initial commit of modash

This was taken from github.com/lmika/gopkgs/fp
This commit is contained in:
Leon Mika 2025-01-27 13:19:52 +11:00
commit a20530ddfd
20 changed files with 425 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
name: 'ci'
on:
push:
branches:
- main
jobs:
deploy:
runs-on: docker
steps:
- name: Cloning repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.22.4'
- name: Test
run: |
go test ./...