Skip to content

Commit

Permalink
Remove web components
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Apr 10, 2024
1 parent 442ddcd commit 65f51e5
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 5,984 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
working-directory: ./web
- run: npm run build --if-present
working-directory: ./web

test:
name: test-py${{ matrix.python }}-${{matrix.CARBONPLAN_DATA}}
runs-on: ubuntu-latest
Expand All @@ -37,10 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.9', '3.10', '3.11']
python: ["3.9", "3.10", "3.11"]
CARBONPLAN_DATA: [
# 'https://carbonplan.blob.core.windows.net/carbonplan-data',
'gs://carbonplan-data',
"gs://carbonplan-data",
]
steps:
- uses: actions/checkout@v4
Expand Down
23 changes: 4 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: pyupgrade
args:
- '--py38-plus'
- "--py38-plus"

- repo: https://github.com/psf/black
rev: 24.3.0
Expand All @@ -32,10 +32,10 @@ repos:
- id: blackdoc

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.5'
rev: "v0.3.5"
hooks:
- id: ruff
args: ['--fix']
args: ["--fix"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand All @@ -48,22 +48,7 @@ repos:
- id: nbstripout

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
files: "\\.(\
css|less|scss\
|graphql|gql\
|html\
|js|jsx\
|json\
|ts|tsx\
|vue\
|yaml|yml\
)$"

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v4.0.0-alpha.8'
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
name: prettier-markdown
Expand Down
8 changes: 0 additions & 8 deletions .prettierrc.json

This file was deleted.

1 change: 0 additions & 1 deletion web/.vercelignore

This file was deleted.

121 changes: 0 additions & 121 deletions web/components/browser.js

This file was deleted.

91 changes: 0 additions & 91 deletions web/components/catalog.js

This file was deleted.

66 changes: 0 additions & 66 deletions web/components/code-block.js

This file was deleted.

Loading

0 comments on commit 65f51e5

Please sign in to comment.