Skip to content

Version bump

Version bump #14

Workflow file for this run

name: Run Ligo Tests
on:
workflow_dispatch: # adding the workflow_dispatch so it can be triggered manually
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Ligo version
uses: marigold-dev/[email protected]
with:
ligo_version: 1.0.0
command: version
working_directory: batcher
- name: Run test
uses: marigold-dev/[email protected]
with:
ligo_version: 1.0.0
command: run test test.mligo
working_directory: test