Skip to content

Add GitHub actions (lint / security / tests) #4

Add GitHub actions (lint / security / tests)

Add GitHub actions (lint / security / tests) #4

Workflow file for this run

name: Security checks with Brakeman
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Brakeman
run: bundle exec brakeman -z