Skip to content

Commit

Permalink
chore: try to fix ci again again
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Nov 16, 2024
1 parent bd8c866 commit 1067656
Show file tree
Hide file tree
Showing 3 changed files with 2,973 additions and 8,131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: pnpm install

- name: Format
run: pnpm format -- --no-write
run: pnpm format --no-write

- name: Lint
run: pnpm lint -- --no-fix
run: pnpm lint --no-fix

- name: Typecheck
run: pnpm typecheck
Expand Down
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/node_modules/
/coverage/
/dist/
**/node_modules
**/coverage
**/dist
*.tsbuildinfo

/website/node_modules/
/website/.docusaurus/
/website/build/
**/build
**/.docusaurus
**/.cache-loader
/website/docs/api/
Loading

0 comments on commit 1067656

Please sign in to comment.