Skip to content

Skip blank attendees #237

Skip blank attendees

Skip blank attendees #237

Workflow file for this run

name: "Linters"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
- name: Run brakeman
run: bundle exec brakeman