feat: add midori skeleton, bot scaffolding, CD seeds

This commit is contained in:
41666 2020-09-27 00:32:15 -04:00
parent 7c861b37ca
commit 49d44df231
30 changed files with 854 additions and 123 deletions

View file

@ -41,6 +41,16 @@ jobs:
--stamp \
--workspace_status_command hack/workspace_status.sh
- name: Write Artifact Manifest
run: |
bash hack/generate_versions.sh > manifest.json
- name: Upload Artifact Manifest
uses: actions/upload-artifact
with:
name: manifest.json
path: manifest.json
- name: Publish Dev Container Image
if: github.ref == 'refs/heads/main'
run: |