Skip to content

Commit 868ca10

Browse files
refactor: small changes (#75)
Co-authored-by: Almanov Nikita <[email protected]>
1 parent f70c679 commit 868ca10

File tree

7 files changed

+64
-484
lines changed

7 files changed

+64
-484
lines changed

.czrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/commitlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Commit Lint
22

33
on:
4-
pull_request:
54
push:
65

76
jobs:

.github/workflows/editorconfig.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Editorconfig
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -17,8 +12,6 @@ jobs:
1712
editorconfig:
1813
name: Editorconfig
1914

20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21-
2215
runs-on: ubuntu-latest
2316
timeout-minutes: 10
2417

.github/workflows/prettier.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Prettier
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -17,8 +12,6 @@ jobs:
1712
prettier:
1813
name: Prettier
1914

20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21-
2215
runs-on: ubuntu-latest
2316
timeout-minutes: 10
2417

.github/workflows/remark.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Remark
22

33
on:
4-
workflow_run:
5-
workflows:
6-
- CodeQL
7-
types:
8-
- completed
94
pull_request:
105
branches:
116
- main
@@ -21,8 +16,6 @@ jobs:
2116
remark:
2217
name: Remark
2318

24-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
25-
2619
runs-on: ubuntu-latest
2720
timeout-minutes: 10
2821

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"lint:formatting": "prettier . --check",
6060
"lint:md": "remark . --quiet --frail",
6161
"lint:ts": "eslint src/index.ts --fix",
62-
"prettify": "prettier . --write",
63-
"commit": "cz"
62+
"prettify": "prettier . --write"
6463
},
6564
"peerDependencies": {
6665
"@commitlint/cli": "^19.0.0",
@@ -82,7 +81,6 @@
8281
"@typescript-eslint/parser": "^7.18.0",
8382
"@vitest/coverage-v8": "^2.0.5",
8483
"conventional-changelog-conventionalcommits": "^8.0.0",
85-
"cz-conventional-changelog": "^3.3.0",
8684
"editorconfig-checker": "^5.1.8",
8785
"eslint": "^8.57.0",
8886
"eslint-config-airbnb-typescript": "^18.0.0",
@@ -94,7 +92,7 @@
9492
"git-pull-run": "^1.4.0",
9593
"globals": "^15.9.0",
9694
"husky": "^9.1.4",
97-
"lint-staged": "^15.2.8",
95+
"lint-staged": "^15.2.9",
9896
"prettier": "^3.3.3",
9997
"remark": "15.0.1",
10098
"remark-cli": "^12.0.1",

0 commit comments

Comments
 (0)