Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: ['https://yookassa.ru/my/i/aYMO3MZMJpw7/l']
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:
CI: true

jobs:
setup:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Loading