Sha256: a87efd09ed0b644172a787b7a250565026a0169dd3e132c5e82b6dae0ba10fb3
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
# Pulls in multiple workflows into a single file for use with PRs. name: Puller on: pull_request: types: [ opened, reopened, synchronize ] workflow_dispatch: jobs: tester: uses: tithely/gem-workflows/.github/workflows/tester.yml@master editorconfig: uses: tithely/gem-workflows/.github/workflows/editorconfig.yml@master rubocop: uses: tithely/gem-workflows/.github/workflows/rubocop.yml@master yard: uses: tithely/gem-workflows/.github/workflows/yard.yml@master
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
faithteams-api-2.0.1 | .github/workflows/puller.yml |