Skip to content

test

test #1

Workflow file for this run

name: Test
on:
push:
branches: [ testme ]
jobs:
build:
name: Test
runs-on: saucerbot
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Hello
run: "echo Hello World"