Skip to content

Commit

Permalink
ci: Setup gh-actions
Browse files Browse the repository at this point in the history
The file needs to be in the root of the repo
  • Loading branch information
sayandcode committed Dec 30, 2023
1 parent dc0938b commit 763d383
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: GitHub Actions Demo
on: push
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: |
ls
pwd

0 comments on commit 763d383

Please sign in to comment.