Skip to content

Commit

Permalink
Github Actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Jun 3, 2024
1 parent 27e65d8 commit 3258472
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/demo-workflow-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ on: [push]

jobs:
build:
name: Hello world
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Write a multi-line message
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.
name: Hello world
runs-on: ubuntu-latest
steps:
- name: Write a multi-line message
uses: actions/checkout@v2
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.

0 comments on commit 3258472

Please sign in to comment.