Skip to content

Merge pull request #15 from sillygod/feat/add_some_feature_packages #85

Merge pull request #15 from sillygod/feat/add_some_feature_packages

Merge pull request #15 from sillygod/feat/add_some_feature_packages #85

Workflow file for this run

name: Hello-CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.