Skip to content

Commit

Permalink
set nef badge to tag 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Aug 17, 2020
1 parent 908dbc5 commit 06bd13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
name: generate-linuxmain
failOnError: false
- name: Run tests
run: swift test
run: swift test --parallel --num-workers 4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://github.com/bow-swift/bow-lite/workflows/Compile%20and%20test/badge.svg" alt="Compile and test" />
<img src="https://img.shields.io/badge/Swift-5.2-orange.svg" />
<img src="https://img.shields.io/badge/platforms-ipad%2Bios%2Bmac%2Blinux-brightgreen" alt="iPad + iOS + macOS + linux" />
<a href="https://badge.bow-swift.io/recipe?name=bow-lite&description=Bow%20Lite%20is%20a%20cross-platform%20library%20for%20Typed%20Functional%20Programming%20in%20Swift&url=https://github.com/bow-swift/bow-lite&owner=bow-swift&avatar=https://avatars3.githubusercontent.com/u/44965417?v=4&branch=main"><img src="https://raw.githubusercontent.com/bow-swift/bow-art/master/badges/nef-playgrounds-badge.svg" alt="bow-lite Playground" style="height:20px"></a>
<a href="https://badge.bow-swift.io/recipe?name=bow-lite&description=Bow%20Lite%20is%20a%20cross-platform%20library%20for%20Typed%20Functional%20Programming%20in%20Swift&url=https://github.com/bow-swift/bow-lite&owner=bow-swift&avatar=https://avatars3.githubusercontent.com/u/44965417?v=4&tag=0.1.0"><img src="https://raw.githubusercontent.com/bow-swift/bow-art/master/badges/nef-playgrounds-badge.svg" alt="bow-lite Playground" style="height:20px"></a>
</>

Bow Lite is a cross-platform library for Typed Functional Programming in Swift. It is a lightweight version of [Bow](https://github.com/bow-swift/bow) where some complexity, like Higher Kinded Type emulation, has been removed.
Expand Down

0 comments on commit 06bd13d

Please sign in to comment.