Skip to content

Put spawn components in sorted order #8

Put spawn components in sorted order

Put spawn components in sorted order #8

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: nimlang/nim
steps:
- uses: actions/checkout@v1
- name: Build
run: nimble -y -d:release build