From 3c7cca2662146a7695ccf1841e84e6af2da2f00d Mon Sep 17 00:00:00 2001 From: Yehor Solonukha Date: Tue, 6 Jan 2026 18:49:00 +0100 Subject: [PATCH 1/4] Included File --- 03-core-features/filters/included-file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..a0107298 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +test_text \ No newline at end of file From 4ef515c72b585a802b931c2407e0530c84843b0c Mon Sep 17 00:00:00 2001 From: Yehor Solonukha Date: Tue, 6 Jan 2026 18:58:04 +0100 Subject: [PATCH 2/4] Excluded file --- 03-core-features/filters/excluded-file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/03-core-features/filters/excluded-file.txt b/03-core-features/filters/excluded-file.txt index e69de29b..a0107298 100644 --- a/03-core-features/filters/excluded-file.txt +++ b/03-core-features/filters/excluded-file.txt @@ -0,0 +1 @@ +test_text \ No newline at end of file From 2c6092e717c3d655925ee072b968fe38384747c1 Mon Sep 17 00:00:00 2001 From: Yehor Solonukha Date: Wed, 25 Feb 2026 08:53:24 +0100 Subject: [PATCH 3/4] test actions --- .github/workflows/my-test.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/my-test.yaml diff --git a/.github/workflows/my-test.yaml b/.github/workflows/my-test.yaml new file mode 100644 index 00000000..98948525 --- /dev/null +++ b/.github/workflows/my-test.yaml @@ -0,0 +1,13 @@ +name: Test + +on: + workflow_dispatch: + +jobs: + hello-world: + runs-on: ubuntu-22.04 + steps: + - name: Run hello world + run: echo "Hello World" + + \ No newline at end of file From 35f213ed5212c38b651cb70e17bb4e960349ca45 Mon Sep 17 00:00:00 2001 From: Yehor Solonukha Date: Wed, 25 Feb 2026 09:14:06 +0100 Subject: [PATCH 4/4] changed name on test workflow --- .github/workflows/my-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/my-test.yaml b/.github/workflows/my-test.yaml index 98948525..674a82d7 100644 --- a/.github/workflows/my-test.yaml +++ b/.github/workflows/my-test.yaml @@ -1,4 +1,4 @@ -name: Test +name: Test My First Workflow on: workflow_dispatch: