Skip to content

SECURITY-100248 - Adding security workflow file with SAST scan #9

SECURITY-100248 - Adding security workflow file with SAST scan

SECURITY-100248 - Adding security workflow file with SAST scan #9

Workflow file for this run

name: Rubocop
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.9
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop