Skip to content

Commit

Permalink
fix: checker (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: nikkeyl <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Jan 11, 2025
1 parent 64dba1a commit 0a782df
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 BunJS
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 @@ -4,7 +4,7 @@
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"editorconfig-checker": "^5.1.9",
"editorconfig-checker": "^6.0.1",
"git-pull-run": "^1.4.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
Expand Down

0 comments on commit 0a782df

Please sign in to comment.