Skip to content

Commit

Permalink
Merge pull request #86 from palladians/fix/pallad-sdk-necromancy
Browse files Browse the repository at this point in the history
Fix/pallad sdk necromancy
  • Loading branch information
mrcnk authored Oct 10, 2023
2 parents 0f46a85 + 0a55312 commit 557ed5c
Show file tree
Hide file tree
Showing 127 changed files with 2,018 additions and 4,063 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Positive, constructive behavior is essential in fostering an enriching environme

Certain behaviors are considered unacceptable in our community.
Inappropriate behaviors in our community include, but are not limited to:

- Disrespectful language and actions
- Unwelcome attention or advances
- Harassment in any form
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Pallad

![Module type: ESM](https://img.shields.io/badge/module%20type-esm-brightgreen)
[![Discord](https://img.shields.io/discord/1127906495409958953?label=Discord)](https://discord.gg/ExzzfTGUnB)
![example workflow](https://github.com/palladians/pallad/actions/workflows/apps-extension-ci.yml/badge.svg)
Expand Down
3 changes: 2 additions & 1 deletion apps/extension/e2e/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const test = base.extend<{
context: BrowserContext
extensionId: string
}>({
context: async ({ }, use) => { // eslint-disable-line
context: async (_, use) => {
// eslint-disable-line
const pathToExtension = path.join(__dirname, '../dist')
const context = await chromium.launchPersistentContext('', {
headless: false,
Expand Down
36 changes: 0 additions & 36 deletions apps/website/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions apps/website/.prettierignore

This file was deleted.

22 changes: 0 additions & 22 deletions apps/website/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions apps/website/app/layout.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions apps/website/app/page.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions apps/website/app/success/page.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions apps/website/components.json

This file was deleted.

92 changes: 0 additions & 92 deletions apps/website/components/command-menu.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions apps/website/components/footer.tsx

This file was deleted.

Loading

0 comments on commit 557ed5c

Please sign in to comment.