Skip to content

Finish fixing CVE-2022-44303, XSS in delayed_schedules #213

Finish fixing CVE-2022-44303, XSS in delayed_schedules

Finish fixing CVE-2022-44303, XSS in delayed_schedules #213

Workflow file for this run

name: Rubocop
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
rubocop:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
2.7
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby linter
run: bundle exec rubocop