Skip to content

feat: add Memoria new project to the project card #5

feat: add Memoria new project to the project card

feat: add Memoria new project to the project card #5

Workflow file for this run

name: testBuild workflow
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
jobs:
runBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: hello world
run: echo "Hello World"
shell: bash
goodBye:
runs-on: ubuntu-latest
steps:
- name: goodbye world
run: echo "Bye world"
shell: bash