Skip to content

Github Actions testing #2

Github Actions testing

Github Actions testing #2

on: [push]
jobs:
build:
name: Hello world
runs-on: ubuntu-latest
steps:
- name: Write a multi-line message
uses: actions/checkout@v2
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.