ocaml-multicore / effects-examples

Examples to illustrate the use of algebraic effects in Multicore OCaml
ISC License
417 stars 35 forks source link

Add github workflow for testing #27

Closed patricoferris closed 2 years ago

patricoferris commented 2 years ago

Adds a Github Workflow to test the repository on 5.0.0+trunk using the alpha repository. Not sure if it will need some approval to enable github actions or not.

kayceesrk commented 2 years ago

This did not trigger an action (nor a request for approval). Should I try merging it to see if it would?

patricoferris commented 2 years ago

Not sure ? There's more information about orgs and actions here: https://docs.github.com/en/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization ?

shakthimaan commented 2 years ago

This did not trigger an action

For first time pull requests to trigger a GitHub Action, the contributor should have write access to the repository. Please see:

  1. https://github.blog/changelog/2021-04-22-github-actions-maintainers-must-approve-first-time-contributor-workflow-runs/
  2. https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks#about-workflow-runs-from-public-forks
kayceesrk commented 2 years ago

Let me merge this to rule out certain possibilities.