Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

issue #10 include origin story #13

issue #10 include origin story

issue #10 include origin story #13

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
jobs:
build:
name: "Ubuntu 22.04"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build
shell: bash
run: ./.github/build.sh
- name: Test
shell: bash
run: ./.github/test.sh