Skip to content

Commit 9c0d353

Browse files
authored
Update main.yml
1 parent 8491048 commit 9c0d353

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Helloworld PR review
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
my_review:
7+
name: Helloworld review
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v1
11+
- name: Run a one-line script
12+
run: echo Hello, world!
13+
- name: Run helloworld action
14+
uses: actions/helloworld-docker-action@v1

0 commit comments

Comments
 (0)