Skip to content

test

test #13

Workflow file for this run

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