We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b97f5b3 + 1dec57d commit 58c9d9fCopy full SHA for 58c9d9f
2 files changed
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+custom: ['https://yookassa.ru/my/i/aYMO3MZMJpw7/l']
.github/workflows/ci.yml
@@ -16,7 +16,8 @@ env:
16
CI: true
17
18
jobs:
19
- setup:
+ ci:
20
+ name: CI
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
@@ -34,11 +35,5 @@ jobs:
34
35
- name: Install dependencies
36
run: pnpm install --frozen-lockfile
37
- format-check:
38
- runs-on: ubuntu-latest
39
- needs: setup
40
- steps:
41
- - uses: actions/checkout@v4
42
-
43
- name: Prettier check
44
run: pnpm run prettier:check
0 commit comments