Skip to content

4135 Individuals Requests Preserve Values #5428

4135 Individuals Requests Preserve Values

4135 Individuals Requests Preserve Values #5428

Workflow file for this run

name: brakeman
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- 'doc/**'
- '*.md'
- 'bin/*'
jobs:
brakeman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: run brakeman
run: bundle exec brakeman