Skip to content

testingactions

testingactions #1

Workflow file for this run

name: Hello world
on: [push]
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: |
echo "Hello world CALOGEROO"