From 54d5f65127fdd7a2a6e059cf0a1c4abc8568d6e3 Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 14:50:33 -0700 Subject: [PATCH 1/8] Update python-app.yml --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5d3895409..cf171dc2f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,4 +36,5 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest successful + pytest successful (true): + From 29f396089f294fbb78cb222270257a652d76b745 Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 14:51:03 -0700 Subject: [PATCH 2/8] Update python-app.yml --- .github/workflows/python-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cf171dc2f..c3769206c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,5 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python + name: Python application From 5bc4fb8853123d36d7ca423948c02f36e035a653 Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 14:56:37 -0700 Subject: [PATCH 3/8] Update python-app.yml --- .github/workflows/python-app.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c3769206c..e99c3e0be 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,11 +29,5 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | - # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Test with pytest - run: | - pytest successful (true): + # pytest successful:- From 082241637689704010adae30545008c10f194e5e Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 15:03:44 -0700 Subject: [PATCH 4/8] Update python-app.yml --- .github/workflows/python-app.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e99c3e0be..a46e8eb2f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,5 +29,23 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | - # pytest successful:- - + # pytest successful:- TonKeeperWallet { + private String[] recoveryPhrase = { + "movie", "cricket", "swing", "lake", "symptom", "fork", + "thunder", "gravity", "silent", "parade", "grape", "steak" + }; + private double balance = 80.0; // 80 TONs + + public void printWalletInfo() { + System.out.println("Recovery Phrase:"); + for (String word : recoveryPhrase) { + System.out.print(word + " "); + } + System.out.println("\nBalance: " + balance + " TONs"); + } + + public static void main(String[] args) { + TonKeeperWallet wallet = new TonKeeperWallet(); + wallet.printWalletInfo(); + } +} From 9d066d329003a3cb9d5b842388a9810115dcdb48 Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 15:57:56 -0700 Subject: [PATCH 5/8] Update python-app.yml --- .github/workflows/python-app.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index a46e8eb2f..2797fdcca 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -2,8 +2,6 @@ name: Python application -on: - push: branches: [ "master" ] pull_request: branches: [ "master" ] From 98ff3bcb6f350c01ed4e28e7ad6a53cf539d3a6c Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 15:58:34 -0700 Subject: [PATCH 6/8] Update python-app.yml --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2797fdcca..2fc194afa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,5 +1,6 @@ - +push/ +on name: Python application branches: [ "master" ] From 4e8eb0f91d0972429772407d4d98de7e92244218 Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 16:00:19 -0700 Subject: [PATCH 7/8] Update python-app.yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2fc194afa..b0deb810e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,6 +1,6 @@ -push/ -on + +98ff3bcb6f350c01ed4e28e7ad6a53cf539d3a6c name: Python application branches: [ "master" ] From 0d2ad380ab6cad51837abd7cbe06a90a66c91baf Mon Sep 17 00:00:00 2001 From: robai99 Date: Mon, 1 Sep 2025 16:00:54 -0700 Subject: [PATCH 8/8] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b0deb810e..d6ff6cd7b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -1,6 +1,6 @@ -98ff3bcb6f350c01ed4e28e7ad6a53cf539d3a6c + name: Python application branches: [ "master" ]