build: change to new asciidoctor scripts #3
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: [ push ] | |
jobs: | |
build: | |
name: Hello world | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Write a multi-line message | |
run: | | |
echo This demo file shows a | |
echo very basic and easy-to-understand workflow. |