Skip to content

Commit

Permalink
fix: checker
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Jan 11, 2025
1 parent f79e6cf commit 6c91ac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/editorconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set Up Node
uses: actions/setup-node@v4
with:
node-version: latest

- name: Set Up Bun
uses: oven-sh/setup-bun@v2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"editorconfig-checker": "^5.1.9",
"editorconfig-checker": "^6.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand Down

0 comments on commit 6c91ac6

Please sign in to comment.