Skip to content

Instantly share code, notes, and snippets.

@JJ
Created December 5, 2019 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJ/3716e5f01b73b35bbb4eb91445f9120a to your computer and use it in GitHub Desktop.
Save JJ/3716e5f01b73b35bbb4eb91445f9120a to your computer and use it in GitHub Desktop.
GitHub action for continuous integration using the Raku container.
name: "We 🎔 Ubuntu, Docker and Raku"
on: [push, pull_request]
jobs:
adventest:
runs-on: ubuntu-latest
name: AdvenTest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Runs tests
uses: JJ/raku-container-action@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment