docs(example): fix comments to show how the code should look like #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | |
on: | |
- push | |
jobs: | |
perl6: | |
runs-on: ubuntu-latest | |
container: | |
image: fernandocorrea/red-tester-no-run | |
steps: | |
- uses: actions/checkout@v1 | |
- name: raku -v | |
run: raku -v | |
- name: Run Tests | |
run: zef install -v . |