ajustada indentação da seção TP3 do readme #21
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: hello.yml | |
| on: | |
| push: | |
| jobs: | |
| hello-cd-ci: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Print Hello CI/CD | |
| run: echo "Hello CI/CD" |