Skip to content

Shartify experiments #1

Shartify experiments

Shartify experiments #1

Workflow file for this run

# This file was generated using Kotlin DSL (.github/workflows/test).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'Test workflow'
on:
push: {}
jobs:
test_job:
runs-on: 'ubuntu-4-16'
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Print greeting'
run: 'echo ''Hello world!'''