Skip to content

Commit 0100d71

Browse files
committed
Fix ruby-version of Linting GitHub Actions
1 parent 3579fc8 commit 0100d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.0
13+
ruby-version: '3.0'
1414
bundler-cache: true # 'bundle install' and cache
1515
- name: Rubocop
1616
run: bundle exec rake rubocop

0 commit comments

Comments
 (0)