Skip to content

Commit

Permalink
Minor changes for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jan 15, 2022
1 parent 1976fd3 commit 6695e33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Cache go module
uses: actions/cache@v2
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,16 @@ func main() {

#### [Web3.Storage](https://web3.storage)

Web3.Storage is a service to make building on top of Filecoin as easy as
<!--alex disable simple-->

Web3.Storage is a service to make building on top of Filecoin as simple as
possible - giving the developers the power of open, distributed networks via
a friendly JS client library. Behind the scenes, Web3.Storage is backed by
Filecoin and makes content available via IPFS leveraging the unique
properties of each network.

<!--alex enable simple-->

##### How to enable

Command-line:
Expand Down

0 comments on commit 6695e33

Please sign in to comment.