Skip to content

temporary fix for broken faa cucumber steps #13894

temporary fix for broken faa cucumber steps

temporary fix for broken faa cucumber steps #13894

Workflow file for this run

name: pull request checks
on:
pull_request:
branches:
- trunk
- epic_188588775_csp_enabled
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"