Skip to content

Commit 58c9d9f

Browse files
authored
Merge pull request #14 from TeaCoder52/develop
Develop
2 parents b97f5b3 + 1dec57d commit 58c9d9f

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: ['https://yookassa.ru/my/i/aYMO3MZMJpw7/l']

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ env:
1616
CI: true
1717

1818
jobs:
19-
setup:
19+
ci:
20+
name: CI
2021
runs-on: ubuntu-latest
2122
steps:
2223
- uses: actions/checkout@v4
@@ -34,11 +35,5 @@ jobs:
3435
- name: Install dependencies
3536
run: pnpm install --frozen-lockfile
3637

37-
format-check:
38-
runs-on: ubuntu-latest
39-
needs: setup
40-
steps:
41-
- uses: actions/checkout@v4
42-
4338
- name: Prettier check
4439
run: pnpm run prettier:check

0 commit comments

Comments
 (0)