Skip to content

Commit

Permalink
Create helloworld.yml
Browse files Browse the repository at this point in the history
Testing actions
  • Loading branch information
the3venthoriz0n authored Mar 17, 2024
1 parent 080cb45 commit 74e6314
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/helloworld.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Hello World

on:
push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@main

- name: Print Hello World
run: echo "Hello, World!"

0 comments on commit 74e6314

Please sign in to comment.