Skip to content

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Jan 22, 2024
2 parents cb64a65 + b2a6e0e commit 06fc89c
Show file tree
Hide file tree
Showing 232 changed files with 34,337 additions and 54,663 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.git
.gitignore
node_modules
dist
dist-firefox
artifacts
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 120

[*.md]
indent_size = 2
max_line_length = 120
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

74 changes: 0 additions & 74 deletions .eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions .gitattributes

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/chromeshack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ChromeShack
on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
run: ./build.sh

- name: Upload
uses: actions/upload-artifact@v3
with:
name: chromeshack
path: artifacts/*.zip
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
node_modules
coverage-ts
dist
dist-chrome
dist-firefox
artifacts
# make sure to use --id option when signing!
.web-extension-id
Expand All @@ -14,3 +16,10 @@ mochawesome-report
/cypress/fixtures/_shack_li_.txt
debug.log
.DS_Store
.envrc
.env
.direnv
/test-results/
/playwright-report/
/playwright/.cache/
_shack_li_.json
9 changes: 0 additions & 9 deletions .prettierrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vscode/settings.json

This file was deleted.

45 changes: 0 additions & 45 deletions .vscode/tasks.json

This file was deleted.

1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use `build.sh` for production builds with deployables placed in `/artifacts` via Docker.
Loading

0 comments on commit 06fc89c

Please sign in to comment.