We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949029b commit d7fa07eCopy full SHA for d7fa07e
.github/workflows/lint.yml
@@ -9,6 +9,7 @@ jobs:
9
with:
10
ruby-version: '2.7'
11
bundler-cache: true
12
+ cache-version: 1
13
- run: bundle exec danger
14
env:
15
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
18
ruby-version: ${{ matrix.ruby-version }}
19
20
21
- name: Install cc-test-reporter
22
run: |
23
curl -Lo cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
0 commit comments