Skip to content

Commit

Permalink
Merge pull request #36 from Shreyas-21/master
Browse files Browse the repository at this point in the history
Update bulid status badge to show GitHub Actions status
  • Loading branch information
Sudha247 authored Oct 21, 2023
2 parents 4091bdf + b39976d commit 9444605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OCaml effects examples

[![Build Status](https://travis-ci.org/ocaml-multicore/effects-examples.svg?branch=master)](https://travis-ci.org/ocaml-multicore/effects-examples)
[![Build Status](https://github.com/ocaml-multicore/effects-examples/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ocaml-multicore/effects-examples/actions/workflows/ci.yml)

Examples to illustrate the use of algebraic effects in OCaml. See
* [Effective Concurrency with Algebraic Effects](http://kcsrk.info/ocaml/multicore/2015/05/20/effects-multicore/)
Expand Down

0 comments on commit 9444605

Please sign in to comment.