Skip to content

Commit 41275f7

Browse files
committed
Update workflow
1 parent 1280d9a commit 41275f7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/wallets-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Check Wallet Data
1+
name: Check Wallet Data for new_to_crypto
22

33
on:
44
pull_request:
55
paths:
6-
- 'data/wallets/wallet-data.ts'
6+
- "data/wallets/wallet-data.ts"
77

88
jobs:
99
check_new_to_crypto:
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3
1414

15-
- name: Check for "new_to_crypto: true"
15+
- name: Check for new_to_crypto
1616
id: check_new_to_crypto
1717
run: |
1818
if git diff --name-only HEAD^ | grep -q "data/wallets/wallet-data.ts"; then
@@ -24,7 +24,7 @@ jobs:
2424
fi
2525
fi
2626
27-
- name: Comment on PR if "new_to_crypto: true" is added
27+
- name: Comment on PR if new_to_crypto is added
2828
if: steps.check_new_to_crypto.outputs.new_to_crypto_found == 'true'
2929
uses: actions-ecosystem/action-add-comment@v1
3030
with:

src/data/wallets/wallet-data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ export const walletsData: WalletData[] = [
13951395
social_recovery: false,
13961396
onboard_documentation: "",
13971397
documentation: "https://www.mewtopia.com/",
1398-
new_to_crypto: true,
13991398
},
14001399
{
14011400
last_updated: "2022-10-31",

0 commit comments

Comments
 (0)