Create main.yml

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
    
   did:3:bafyreidrxjaxutiw3ckcvosffeg7gi7e6krzhqbl3wjxubqkvypvtblkze 
    
    Create your profile today to start building social connection and trust online at https://3Box.io/
This commit is contained in:
cheryl arcand 2020-02-03 18:34:35 -05:00 committed by GitHub
parent b9299bbc46
commit 38c1e8099f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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.