From 180589cb6c49c571accf137aaf07e1d5d644e4a0 Mon Sep 17 00:00:00 2001 From: Ahsanuzzaman Khan Date: Tue, 26 May 2026 02:09:28 +0600 Subject: [PATCH 1/2] chore: include test md for tigger action --- devbox.json | 3 ++- devbox.lock | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 5a459471..41130dac 100644 --- a/devbox.json +++ b/devbox.json @@ -19,7 +19,8 @@ "poetry@latest", "nodejs_20@latest", "namespace-cli@latest", - "gnused@latest" + "gnused@latest", + "git@latest" ], "shell": { "init_hook": [ diff --git a/devbox.lock b/devbox.lock index caf850b6..218c5722 100644 --- a/devbox.lock +++ b/devbox.lock @@ -145,6 +145,78 @@ } } }, + "git@latest": { + "last_modified": "2026-04-23T13:07:47Z", + "resolved": "github:NixOS/nixpkgs/01fbdeef22b76df85ea168fbfe1bfd9e63681b30#git", + "source": "devbox-search", + "version": "2.53.0", + "systems": { + "aarch64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/5y6cp247hspkqa7pp6cbc4540ygx0249-git-2.53.0", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/0kjpgj1grgba239ykdnv1cjc61xqk3aa-git-2.53.0-doc" + } + ], + "store_path": "/nix/store/5y6cp247hspkqa7pp6cbc4540ygx0249-git-2.53.0" + }, + "aarch64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/gx9r7g2kyrjhh0zhgxz91f5nbczxh1ac-git-2.53.0", + "default": true + }, + { + "name": "debug", + "path": "/nix/store/rc56a3l2wby94gk9gvirpwi9hv9v15gi-git-2.53.0-debug" + }, + { + "name": "doc", + "path": "/nix/store/q8j5mwix1g75xyq025d3hmringklm52z-git-2.53.0-doc" + } + ], + "store_path": "/nix/store/gx9r7g2kyrjhh0zhgxz91f5nbczxh1ac-git-2.53.0" + }, + "x86_64-darwin": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/zar16r8w28c6qjdh3xqnkjcmvjjqwi77-git-2.53.0", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/9jcm7zadfi5wsic3kizs4x71a8dqlj83-git-2.53.0-doc" + } + ], + "store_path": "/nix/store/zar16r8w28c6qjdh3xqnkjcmvjjqwi77-git-2.53.0" + }, + "x86_64-linux": { + "outputs": [ + { + "name": "out", + "path": "/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0", + "default": true + }, + { + "name": "doc", + "path": "/nix/store/vv1ap6qaxdzpa4jqg71myxh5wcvnlqv8-git-2.53.0-doc" + }, + { + "name": "debug", + "path": "/nix/store/qyqya20z59d164d6692hlyb9pkq10ykk-git-2.53.0-debug" + } + ], + "store_path": "/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0" + } + } + }, "github:NixOS/nixpkgs/nixpkgs-unstable": { "last_modified": "2025-07-28T17:09:23Z", "resolved": "github:NixOS/nixpkgs/648f70160c03151bc2121d179291337ad6bc564b?lastModified=1753722563&narHash=sha256-FK8iq76wlacriq3u0kFCehsRYTAqjA9nfprpiSWRWIc%3D" From c0dca01dac2d0b8bd577a2523712a8f771b4daff Mon Sep 17 00:00:00 2001 From: Ahsanuzzaman Khan Date: Tue, 26 May 2026 02:13:40 +0600 Subject: [PATCH 2/2] chore: update test.md file --- 03-core-features/filters/test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 03-core-features/filters/test.md diff --git a/03-core-features/filters/test.md b/03-core-features/filters/test.md new file mode 100644 index 00000000..93918aff --- /dev/null +++ b/03-core-features/filters/test.md @@ -0,0 +1 @@ +## Hello Test \ No newline at end of file