Skip to content

build: Add initial sources #1

build: Add initial sources

build: Add initial sources #1

on: [ push ]
jobs:
build:
name: Hello world
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Check failure on line 8 in .github/workflows/demo-workflow-file.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/demo-workflow-file.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: Write a multi-line message
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.