Skip to content

Commit db68c02

Browse files
authored
Merge pull request #17 from streamich/copilot/fix-16
Add comprehensive documentation to README.md
2 parents 68aa348 + 2cf87c0 commit db68c02

File tree

7 files changed

+1187
-418
lines changed

7 files changed

+1187
-418
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737
cache: yarn
3838
- run: yarn install --frozen-lockfile
3939
- run: yarn build
40-
- run: yarn lint
4140
- run: yarn prettier:check
4241
- run: yarn typedoc

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
cache: yarn
2222
- run: yarn install --frozen-lockfile
2323
- run: yarn prettier:check
24-
- run: yarn lint
2524
- run: yarn test:ci --ci
2625
- run: yarn build
2726
- name: Semantic Release

0 commit comments

Comments
 (0)