Skip to content

Try to fix standardrb failing when updating rubocop #11288

Try to fix standardrb failing when updating rubocop

Try to fix standardrb failing when updating rubocop #11288

Workflow file for this run

name: standardrb lint

Check failure on line 1 in .github/workflows/ruby_lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ruby_lint.yml

Invalid workflow file

(Line: 34, Col: 9): Unexpected value 'working_directory'
on:
push:
branches:
- main
paths-ignore:
- 'doc/**'
- '**/*.md'
- 'bin/**'
pull_request:
branches:
- main
- rfg-event-2025
paths-ignore:
- 'doc/**'
- '**/*.md'
- 'bin/**'
jobs:
ruby_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: lint
working_directory: /home/runner/work/casa/casa/
run: bin/standardrb