We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7032fc0 commit 6af65c5Copy full SHA for 6af65c5
.github/workflows/linting.yml
@@ -9,7 +9,6 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: ruby/setup-ruby@v1
11
with:
12
- ruby-version: '3.0'
13
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
14
- name: Rubocop
15
run: bundle exec rubocop
0 commit comments