Skip to content

Merge branch 'main' into update-to-ruby-2.7.7 #5136

Merge branch 'main' into update-to-ruby-2.7.7

Merge branch 'main' into update-to-ruby-2.7.7 #5136

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.7]
steps:
- run: 'echo "Placeholder for main_build"'