Skip to content

Commit e2b9ad1

Browse files
committed
chore: don't format zotero submodules
1 parent f9b450e commit e2b9ad1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2525
with:
2626
node-version: 24.14.0
27-
cache: 'pnpm'
27+
cache: "pnpm"
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v6

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3-
"ignorePatterns": ["translators/zotero/**"]
3+
"ignorePatterns": ["translators/zotero/**", "sources/zotero-*/**"]
44
}

0 commit comments

Comments
 (0)