Skip to content

test

test #2

Workflow file for this run

name: CI
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sleep 10
- run: echo "Hello, world!"