Skip to content

bug fix - allow run sparky-runner #266

bug fix - allow run sparky-runner

bug fix - allow run sparky-runner #266

Workflow file for this run

name: Install Dependencies
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
raku:
strategy:
matrix:
os:
- ubuntu-latest
raku-version:
- "latest"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Dependencies
run: zef install . --/test