Skip to content

Add a GitHub Actions workflow. #1

Add a GitHub Actions workflow.

Add a GitHub Actions workflow. #1

Workflow file for this run

name: Echo
on:
push:
branches:
- main
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Echo
run: |
echo Hello.