Skip to content

Commit

Permalink
GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Jun 3, 2024
1 parent 6820235 commit 27e65d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/demo-workflow-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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.

0 comments on commit 27e65d8

Please sign in to comment.