Skip to content

Commit

Permalink
Add crust compliance checker (#162)
Browse files Browse the repository at this point in the history
Add Crust Pinner

Co-authored-by: TonyCode2012 <[email protected]>
  • Loading branch information
badkk and TonyCode2012 authored Sep 23, 2022
1 parent 5a30ff2 commit 9d15021
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ on:

jobs:

check-crust-compliance:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: ipfs/aegir/actions/cache-node-modules@master
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-crust
- run: npm run dev-start -- -s ${{ secrets.CRUST_API_ENDPOINT }} ${{secrets.CRUST_API_TOKEN}}
- uses: actions/upload-artifact@v2
with:
name: crust-logs
path: docs/api.crust.cloud
- uses: actions/upload-artifact@v2
with:
name: crust-report
path: docs/api.crust.cloud.md

check-pinata-compliance:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Periodically tested:

* [Crust](./api.crust.cloud.md)
* [Estuary](./api.estuary.tech.md)
* [Filebase](./api.filebase.io.md)
* [Pinata](./api.pinata.cloud.md)
Expand Down

0 comments on commit 9d15021

Please sign in to comment.