Bump yard from 0.9.34 to 0.9.36 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |