Skip to content

Casadesign - DRAFT DO NOT MERGE #12864

Casadesign - DRAFT DO NOT MERGE

Casadesign - DRAFT DO NOT MERGE #12864

Workflow file for this run

name: brakeman
on:
push:
branches:
- main
paths-ignore:
- 'doc/**'
- '**/*.md'
- 'bin/**'
pull_request:
branches:
- main
- rfg-event-2025
paths-ignore:
- 'doc/**'
- '**/*.md'
- 'bin/**'
jobs:
brakeman:
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: brakeman
run: bundle exec brakeman