AAP-1234 Testing action #29
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
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
test_job: | |
runs-on: ubuntu-latest | |
name: Run my test action | |
steps: | |
- id: foo | |
uses: john-westcott-iv/dvcs-action@v0 | |