Skip to content

Commit 1a021c1

Browse files
committed
added test workflow
1 parent 12033cc commit 1a021c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Pull request
2+
on:
3+
push:
4+
jobs:
5+
arc-test:
6+
runs-on: arc-skc-aio-runner
7+
steps:
8+
- name: Hello world
9+
run: echo 'Hello world'
10+

0 commit comments

Comments
 (0)