We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d003237 commit 77cb2c1Copy full SHA for 77cb2c1
.github/workflows/ci.yml
@@ -10,6 +10,8 @@ on:
10
- '**'
11
schedule:
12
- cron: '0 4 1 * *'
13
+ # Run workflow manually
14
+ workflow_dispatch:
15
16
jobs:
17
rspec:
@@ -37,7 +39,7 @@ jobs:
37
39
run: bin/rake compile
38
40
41
- name: RSpec & publish code coverage
- uses: paambaati/codeclimate-action@v8.0.0
42
+ uses: paambaati/codeclimate-action@v9.0.0
43
env:
44
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
45
with:
0 commit comments