Skip to content

Instantly share code, notes, and snippets.

@Ajithkumarparthasarathy
Created December 30, 2022 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ajithkumarparthasarathy/ad5d56c91d368ad56365f6391e325607 to your computer and use it in GitHub Desktop.
Save Ajithkumarparthasarathy/ad5d56c91d368ad56365f6391e325607 to your computer and use it in GitHub Desktop.
name: "Testing Workflow"
on:
push:
branches:
– main
jobs:
test_flow:
runs-on: ubuntu-latest
steps:
– uses: actions/checkout@v2
– run: echo "Hello Spritle!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment