Skip to content

Commit

Permalink
chore: Adds publint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed May 20, 2024
1 parent ddfe9d4 commit afa067a
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm publint
- run: pnpm test
- run: pnpm run build
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm publint
- run: pnpm run test
- run: pnpm run build
- name: Release
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"publint": "^0.2.8",
"rollup": "^3.28.1",
"rollup-plugin-svelte": "^7.1.0",
"semantic-release": "23.0.8",
Expand Down
105 changes: 90 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit afa067a

Please sign in to comment.