Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4cace24

Browse files
committed
feat: build for release
1 parent 583be3b commit 4cace24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec
3131
```yaml
3232
steps:
3333
- name: Test & publish code coverage
34-
uses: paambaati/codeclimate-action@v5.0.0
34+
uses: paambaati/codeclimate-action@v4.0.0
3535
env:
3636
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
3737
with:
@@ -46,7 +46,7 @@ When you've already generated the coverage report in a previous step and wish to
4646
```yaml
4747
steps:
4848
- name: Test & publish code coverage
49-
uses: paambaati/codeclimate-action@v5.0.0
49+
uses: paambaati/codeclimate-action@v4.0.0
5050
env:
5151
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
5252
```
@@ -58,7 +58,7 @@ This action supports basic glob patterns to search for files matching given patt
5858
```yaml
5959
steps:
6060
- name: Test & publish code coverage
61-
uses: paambaati/codeclimate-action@v5.0.0
61+
uses: paambaati/codeclimate-action@v4.0.0
6262
env:
6363
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
6464
with:
@@ -72,7 +72,7 @@ steps:
7272
```yaml
7373
steps:
7474
- name: Test & publish code coverage
75-
uses: paambaati/codeclimate-action@v5.0.0
75+
uses: paambaati/codeclimate-action@v4.0.0
7676
env:
7777
# Set CC_TEST_REPORTER_ID as secret of your repo
7878
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
@@ -113,7 +113,7 @@ module.exports = {
113113
```yaml
114114
steps:
115115
- name: Test & publish code coverage
116-
uses: paambaati/codeclimate-action@v5.0.0
116+
uses: paambaati/codeclimate-action@v4.0.0
117117
env:
118118
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
119119
with:

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)