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 8e376a8 commit 8ce7fc9Copy full SHA for 8ce7fc9
.github/workflows/ci.yaml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
ruby-version: ${{ matrix.ruby }}
38
bundler-cache: true
39
+ cache-version: 2
40
bundler: '2.1.0'
41
- name: Validate
42
run: bundle exec rake check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint
.github/workflows/release.yaml
@@ -20,6 +20,7 @@ jobs:
20
21
ruby-version: '2.7'
22
23
24
25
- name: Build and Deploy
26
env:
0 commit comments