From 22b29deff74d43ffc16af7adca0949ae86410a7d Mon Sep 17 00:00:00 2001 From: TeaCoder52 Date: Wed, 4 Feb 2026 12:22:40 +0300 Subject: [PATCH 1/2] chore: add FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index e69de29..8c52968 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ['https://yookassa.ru/my/i/aYMO3MZMJpw7/l'] From 1dec57d7db0d527c5a49d7b5b86bf4b19c96cbd1 Mon Sep 17 00:00:00 2001 From: TeaCoder52 Date: Wed, 4 Feb 2026 12:27:43 +0300 Subject: [PATCH 2/2] ci: fix pnpm not found in format-check job --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 276407f..84a3c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ env: CI: true jobs: - setup: + ci: + name: CI runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -34,11 +35,5 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - format-check: - runs-on: ubuntu-latest - needs: setup - steps: - - uses: actions/checkout@v4 - - name: Prettier check run: pnpm run prettier:check