Skip to content

Commit 77cb2c1

Browse files
committed
Update GithubActions config
1 parent d003237 commit 77cb2c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- '**'
1111
schedule:
1212
- cron: '0 4 1 * *'
13+
# Run workflow manually
14+
workflow_dispatch:
1315

1416
jobs:
1517
rspec:
@@ -37,7 +39,7 @@ jobs:
3739
run: bin/rake compile
3840

3941
- name: RSpec & publish code coverage
40-
uses: paambaati/codeclimate-action@v8.0.0
42+
uses: paambaati/codeclimate-action@v9.0.0
4143
env:
4244
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
4345
with:

0 commit comments

Comments
 (0)