Skip to content

Commit ecb0de5

Browse files
committed
Try to fix standardrb failing when updating rubocop
1 parent 66ccfa7 commit ecb0de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruby_lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
bundler-cache: true
3232

3333
- name: lint
34-
run: bundle exec standardrb
34+
working_directory: /home/runner/work/casa/casa/
35+
run: bin/standardrb

0 commit comments

Comments
 (0)