Skip to content

Commit

Permalink
Merge pull request #101 from Worldpay/test-workflow
Browse files Browse the repository at this point in the history
create test workflow
  • Loading branch information
jmensahWP authored Jan 26, 2024
2 parents bedec09 + 12bfe35 commit be467ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: test-workflow
on:
workflow_dispatch

jobs:
run-bump-version-script:
runs-on: ubuntu-latest
steps:
- name: print text
run: |
echo printing text

0 comments on commit be467ac

Please sign in to comment.