Skip to content

Casadesign part3 #12953

Casadesign part3

Casadesign part3 #12953

Workflow file for this run

name: standardrb lint
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
timeout-minutes: 10
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
with:
bundler-cache: true
- name: lint
run: bundle exec standardrb