Skip to content

Commit

Permalink
Merge pull request #2 from Sigma-Labs-XYZ/add_action
Browse files Browse the repository at this point in the history
Add Github Action
  • Loading branch information
keoghrmj authored Oct 10, 2024
2 parents 0650a78 + 4972fbc commit b7240b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Print Message
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
echo:
name: echo a string
runs-on: ubuntu-latest
steps:
- name: echo
run: echo "Look! I'm a string!"

0 comments on commit b7240b4

Please sign in to comment.