Skip to content

Commit

Permalink
added typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 6, 2024
1 parent 1548bde commit e5b097e
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 33 deletions.
29 changes: 2 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ permissions:
issues: write

jobs:
test-typescript:
name: TypeScript Tests
web-components-code-quality:
name: Web Components Code Quality
runs-on: ubuntu-latest

steps:
Expand All @@ -29,31 +29,6 @@ jobs:
node-version-file: .node-version
cache: npm

- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Check Format
id: npm-format-check
run: npm run format:check

- name: Lint
id: npm-lint
run: npm run lint

- name: Test
id: npm-ci-test
run: npm run ci-test

web-components-code-quality:
name: Web Components Code Quality
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Code Quality
id: wc-code-quality
uses: ./
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

177 changes: 174 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"prettier": "3.4.2",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.3",
"typescript": "^5.6.3"
}
}

0 comments on commit e5b097e

Please sign in to comment.