From 9f7d605ea5e76d230b5946c618ece76365fb4f02 Mon Sep 17 00:00:00 2001 From: Valentin Khramtsov Date: Thu, 27 Mar 2025 16:13:52 +0300 Subject: [PATCH] fix: prepared lint workflow for external contributors --- .github/workflows/ci-test.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/ci-test.yaml diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml deleted file mode 100644 index 8c45407..0000000 --- a/.github/workflows/ci-test.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Continuous Integration - -on: - push: - branches: - - fix/git-checkout-stage-fix - -permissions: - id-token: write - contents: read - -jobs: - tests-and-lints: - uses: ./.github/workflows/tests-and-lints-template.yaml - secrets: - eth_rpc_url: ${{ secrets.ETH_RPC_URL }} - app_id: ${{ secrets.APP_ID }} - app_private_key: ${{ secrets.APP_PRIVATE_KEY }} -