From 38c1e8099f44c2028e597e85657211d4c731f034 Mon Sep 17 00:00:00 2001 From: cheryl arcand Date: Mon, 3 Feb 2020 18:34:35 -0500 Subject: [PATCH] Create main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/ --- .../main.yml/.github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml/.github/workflows/main.yml diff --git a/.github/workflows/main.yml/.github/workflows/main.yml b/.github/workflows/main.yml/.github/workflows/main.yml new file mode 100644 index 0000000000..e54d08bc6a --- /dev/null +++ b/.github/workflows/main.yml/.github/workflows/main.yml @@ -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.