From 577111aa974d82fdb0987ee0f02cd5644b900acf Mon Sep 17 00:00:00 2001 From: leovct Date: Thu, 22 Jan 2026 16:25:59 +0100 Subject: [PATCH 1/2] chore: foundry.lock --- foundry.lock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 foundry.lock diff --git a/foundry.lock b/foundry.lock new file mode 100644 index 0000000..65b6e6a --- /dev/null +++ b/foundry.lock @@ -0,0 +1,5 @@ +{ + "lib/forge-std": { + "rev": "f73c73d2018eb6a111f35e4dae7b4f27401e9421" + } +} \ No newline at end of file From 77b6ad4ca06b1bd39050c5410903b85687eead92 Mon Sep 17 00:00:00 2001 From: leovct Date: Thu, 22 Jan 2026 16:27:03 +0100 Subject: [PATCH 2/2] chore: remove ci profile --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d87bd0..79acdfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,6 @@ name: ci on: push -env: - FOUNDRY_PROFILE: ci - jobs: lint: runs-on: ubuntu-latest