mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
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:
parent
b9299bbc46
commit
38c1e8099f
1 changed files with 17 additions and 0 deletions
17
.github/workflows/main.yml/.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml/.github/workflows/main.yml
vendored
Normal 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.
|
||||
Loading…
Reference in a new issue