Skip to content

bad uint type should be Int #14

bad uint type should be Int

bad uint type should be Int #14

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npx honkit build
- uses: actions/upload-artifact@v3
with:
name: openfl-developers-guide
path: _book
if-no-files-found: error