Skip to content

Commit

Permalink
refactor: small changes (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 13, 2024
1 parent 82eaa90 commit 0aeff4d
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 527 deletions.
3 changes: 0 additions & 3 deletions .czrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Commit Lint

on:
pull_request:
push:

jobs:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/editorconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Editorconfig

on:
workflow_run:
workflows:
- CodeQL
types:
- completed
pull_request:
branches:
- main
Expand All @@ -17,8 +12,6 @@ jobs:
editorconfig:
name: Editorconfig

if: ${{ github.event.workflow_run.conclusion == 'success' }}

runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Prettier

on:
workflow_run:
workflows:
- CodeQL
types:
- completed
pull_request:
branches:
- main
Expand All @@ -17,8 +12,6 @@ jobs:
prettier:
name: Prettier

if: ${{ github.event.workflow_run.conclusion == 'success' }}

runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/remark.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Remark

on:
workflow_run:
workflows:
- CodeQL
types:
- completed
pull_request:
branches:
- main
Expand All @@ -21,8 +16,6 @@ jobs:
remark:
name: Remark

if: ${{ github.event.workflow_run.conclusion == 'success' }}

runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"lint:formatting": "prettier . --check",
"lint:md": "remark . --quiet --frail",
"lint:ts": "eslint src/**/*.ts --fix",
"prettify": "prettier . --write",
"commit": "cz"
"prettify": "prettier . --write"
},
"peerDependencies": {
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
Expand Down Expand Up @@ -104,7 +103,6 @@
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"editorconfig-checker": "^5.1.8",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand All @@ -116,7 +114,7 @@
"git-pull-run": "^1.4.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
Expand Down
Loading

0 comments on commit 0aeff4d

Please sign in to comment.