Skip to content

Commit

Permalink
chore: 🤖 Enabled Semantic Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Jul 24, 2022
1 parent 7e9a528 commit 8e78c2f
Show file tree
Hide file tree
Showing 3 changed files with 11,890 additions and 11,751 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -42,7 +42,16 @@ jobs:
run: yarn lint

- name: Test
run: yarn test
run: yarn test --coverage

- name: Send Report
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: c206a2ed5aa86c7480a13634e91e440a27a98a5d134653f8ea9a7d5f987e68c3
with:
coverageLocations: |
${{github.workspace}}/packages/core/coverage/lcov.info:lcov
${{github.workspace}}/packages/react/coverage/lcov.info:lcov
- name: Publish
run: yarn release
Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
legacy-peer-deps=true

0 comments on commit 8e78c2f

Please sign in to comment.