Skip to content

Bump good_job from 3.17.3 to 3.17.4 #670

Bump good_job from 3.17.3 to 3.17.4

Bump good_job from 3.17.3 to 3.17.4 #670

Workflow file for this run

# License: LGPL-3.0-or-later
name: Pull Request Build
on:
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: "./.github/workflows/single-matrix-pr.yml"
with:
os: ${{ matrix.os }}
ruby: ${{ matrix.ruby }}
node: ${{ matrix.node }}
strategy:
matrix:
os: [ubuntu-20.04]
ruby: [2.7.7]
node: [14.x]