From edca86c0ca15fe05cc02a0187ef8e4e38eb87871 Mon Sep 17 00:00:00 2001 From: Aaron <20787054+aaronovz1@users.noreply.github.com> Date: Fri, 3 May 2024 21:47:12 +0200 Subject: [PATCH 1/4] add step finance --- assets/step.svg | 13 +++++++++++++ list.json | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 assets/step.svg diff --git a/assets/step.svg b/assets/step.svg new file mode 100644 index 0000000..43fabc4 --- /dev/null +++ b/assets/step.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/list.json b/list.json index 358e52a..7dafa54 100644 --- a/list.json +++ b/list.json @@ -159,5 +159,12 @@ "tag": ["Games"], "logo": "defiland.png", "href": "https://defiland.app/" + }, + { + "name": "Step Finance", + "subname": "DeFi", + "tag": ["DeFi"], + "logo": "step.svg", + "href": "https://step.finance/" } ] From 4e0113bd7256ca35bab5348daa10782001f1df6e Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Sat, 4 May 2024 17:56:02 +0700 Subject: [PATCH 2/4] Create main.yml --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..4b00a61 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,7 @@ +on: [push, pull_request] + +jobs: + build: + runs-on: ubuntu-latest + - name: Run JSON Lint + run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh) From ca79f5ef1d07e37393f01e5aa208170a65b8c480 Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Sat, 4 May 2024 18:00:43 +0700 Subject: [PATCH 3/4] Update main.yml --- .github/workflows/main.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b00a61..160e24a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,14 @@ -on: [push, pull_request] +name: Validate JSONs + +on: [pull_request] jobs: - build: + verify-json-validation: runs-on: ubuntu-latest - - name: Run JSON Lint - run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh) + steps: + - uses: actions/checkout@v1 + - name: Validate JSON + uses: docker://orrosenblatt/validate-json-action:latest + env: + INPUT_SCHEMA: /path/to/schema.json + INPUT_JSONS: /path/to/file.json,/path/to/another/file.json From efa256302adbe7e2c2b91ec4682b4c3041681065 Mon Sep 17 00:00:00 2001 From: Aaron <20787054+aaronovz1@users.noreply.github.com> Date: Sat, 4 May 2024 14:12:11 +0200 Subject: [PATCH 4/4] fix conflict --- list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/list.json b/list.json index 2276c63..d971f54 100644 --- a/list.json +++ b/list.json @@ -188,6 +188,7 @@ "logo": "step.svg", "href": "https://step.finance/" }, + { "name": "PIP", "subname": "Payments", "tag": ["Payments"],