Skip to content

Commit 908b8db

Browse files
committed
flail around randomly and hope it fixes the github action
1 parent f104a7a commit 908b8db

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ruby_lint.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
30-
with:
31-
bundler-cache: true
30+
31+
- name: manual bundle
32+
run: bundle install
3233

3334
- name: lint
3435
working-directory: /home/runner/work/casa/casa/

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ plugins:
99

1010
inherit_gem:
1111
pundit: config/rubocop-rspec.yml
12+
13+
inherit_gem:
14+
standard: config/base.yml

0 commit comments

Comments
 (0)