Skip to content

GitHub Actions

GitHub Actions #1

on: [push]
jobs:
build:
name: Hello world

Check failure on line 5 in .github/workflows/demo-workflow-file.yml

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Write a multi-line message
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.