Skip to content

Add README.

Add README. #14

Workflow file for this run

name: Example CI
on:
push: {}
pull_request:
branches: [main]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Run a script
run: echo Hello, world!