Skip to content

Develop: Setting up the restful api #1

Develop: Setting up the restful api

Develop: Setting up the restful api #1

Workflow file for this run

name: Openinnovations with Laravel - under construction Workflow
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Print Under construction
run: echo "Under construction"