Skip to content

Bump rubocop from 1.48.1 to 1.52.0 #4938

Bump rubocop from 1.48.1 to 1.52.0

Bump rubocop from 1.48.1 to 1.52.0 #4938

Workflow file for this run

# License: LGPL-3.0-or-later
# these jobs must always pass so we make placeholders
# We address this by making a placeholders for required jobs
name: Placeholders
on: ['push', 'pull_request']
jobs:
jest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
steps:
- run: 'echo "Placeholder for jest"'
webpack:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
steps:
- run: 'echo "Placeholder for webpack"'
main_build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
ruby: [2.7.6]
steps:
- run: 'echo "Placeholder for main_build"'