Skip to content

Commit

Permalink
chore: added hello world test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade committed Dec 11, 2020
1 parent 5adb25f commit 4450e0d
Show file tree
Hide file tree
Showing 4 changed files with 4,108 additions and 15 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request:
types: [opened, edited, synchronize, reopened, unlocked]

jobs:
hello_world:
runs-on: ubuntu-latest
name: Test Job
steps:
- uses: actions/checkout@v2
- name: Hello World
id: hello
uses: ./
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Title Jira Check
name: Enforce Pull Request Title includes Jira Issue Key
description: Check that a PR title starts with a Jira Issue Key
inputs:
projectKey:
Expand Down
Loading

0 comments on commit 4450e0d

Please sign in to comment.