Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 23, 2024
1 parent 1007cff commit d531bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: bun install

- name: Typecheck
run: bun --bun run typecheck
run: bun run typecheck

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"toml"
],
"cSpell.ignorePaths": [
"node_modules",
"node_modules"
],
"cSpell.dictionaries": [
"custom-dictionary"
Expand Down

0 comments on commit d531bdc

Please sign in to comment.