Skip to content

Commit

Permalink
Changed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colecrouter committed Nov 26, 2024
1 parent 0a4bc03 commit 1338d94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Run Tests

on:
push
push:
pull_request:

jobs:
tests:
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
package-lock.json
pnpm-lock.yaml
yarn.lock

.github
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"svelte.svelte-vscode",
"biomejs.biome",
]
}

0 comments on commit 1338d94

Please sign in to comment.