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 f104a7a commit 908b8dbCopy full SHA for 908b8db
.github/workflows/ruby_lint.yml
@@ -23,12 +23,13 @@ jobs:
23
runs-on: ubuntu-latest
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
28
- name: Set up Ruby
29
uses: ruby/setup-ruby@v1
30
- with:
31
- bundler-cache: true
+
+ - name: manual bundle
32
+ run: bundle install
33
34
- name: lint
35
working-directory: /home/runner/work/casa/casa/
.rubocop.yml
@@ -9,3 +9,6 @@ plugins:
9
10
inherit_gem:
11
pundit: config/rubocop-rspec.yml
12
13
+inherit_gem:
14
+ standard: config/base.yml
0 commit comments