hello wrold action

This commit is contained in:
Hermes 2024-07-30 11:37:03 -04:00
parent ce3c023e54
commit 8e9ec87c87
2 changed files with 14 additions and 0 deletions
.DS_Store
.allspice/workflows

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -0,0 +1,14 @@
name: Workflow-hello-world
on:
push:
issues:
# Trigger on issue open, close, or reopen
types: [opened, closed, reopened]
jobs:
Job-Hello-World:
runs-on: ubuntu-latest
steps:
- name: "Print Hello World 🔎"
run: echo "Hello World"