Skip to content

modifies monthly enrollment due on date #13687

modifies monthly enrollment due on date

modifies monthly enrollment due on date #13687

Workflow file for this run

name: pull request checks
on:
pull_request:
branches:
- trunk
- clean-bootstrap-4-upgrade
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: 3.3.26
- run: |
git config diff.renameLimit 800
git fetch --no-tags --depth=1 origin trunk
bundle exec rubocop-git origin/trunk | grep "no offenses detected"