Rename Java settings classes to <Name>Setting #236
Workflow file for this run
This file contains hidden or 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
| name: Stub GH action for devoping new workflows [STUB] | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| jobs: | |
| stub_job_name: | |
| name: Stub Job | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Stub step | |
| run: | | |
| echo "Stub to iterate via PR" | |