Skip to content

add

add #71

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo this is the dummy test
- name: Run a multi-line script
run: |
echo *** build start ***