Skip to content

refactor/cct-28-Refactor code migration (#15) #8

refactor/cct-28-Refactor code migration (#15)

refactor/cct-28-Refactor code migration (#15) #8

Workflow file for this run

name: CI
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run a simple script
run: echo "GitHub push to develop successful!"