Skip to content

fix: change mentions of dappflow to Lora. Updated algokit quick start #803

fix: change mentions of dappflow to Lora. Updated algokit quick start

fix: change mentions of dappflow to Lora. Updated algokit quick start #803

Workflow file for this run

name: "Build workflow"
on: [pull_request]
jobs:
build-test:
runs-on: ubuntu-20.04
container: python:3.9-slim
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install pip dependencies
run: pip install -r requirements.txt
- name: Build
run: mkdocs build