Skip to content

Commit

Permalink
Merge pull request #26 from srmarohit/srmarohit-patch-3
Browse files Browse the repository at this point in the history
Create actions_items.yaml
  • Loading branch information
ronitsrma16 authored May 11, 2024
2 parents 6d155b0 + e1036b1 commit d25449e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/actions_items.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Hello World

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2

- name: Run Hello World script
run: echo "Hello, World!"

0 comments on commit d25449e

Please sign in to comment.