Skip to content

Commit 00a3791

Browse files
authored
CI - Build pull requests
1 parent 1df384b commit 00a3791

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pull.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build PR
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: macos-latest
8+
9+
steps:
10+
- name: Checkout source
11+
uses: actions/checkout@v1
12+
- name: Build
13+
run: ./gradlew build

0 commit comments

Comments
 (0)