Skip to content

Commit

Permalink
Add CI, refs #2 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 11, 2022
1 parent 4597221 commit 8cfc95f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
@@ -0,0 +1,11 @@
name: "Tests on source"
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test via install
uses: JJ/raku-test-action@v1



0 comments on commit 8cfc95f

Please sign in to comment.