Skip to content

Fix README typo. (#34) #28

Fix README typo. (#34)

Fix README typo. (#34) #28

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!