Skip to content

Commit 871d5fb

Browse files
committedMar 22, 2024·
Configure GH Actions
1 parent 69a98fa commit 871d5fb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.github/workflows/ci.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Verify examples
2+
3+
on:
4+
push:
5+
branches:
6+
- 'master'
7+
- 'releases/**'
8+
9+
jobs:
10+
verify:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: gradle/gradle-build-action@v2
15+
- name: "Build: Distribution -> Getting Started with Stack"
16+
run: ./distribution/getting-started/gradlew -p ./distribution/getting-started build --info

0 commit comments

Comments
 (0)
Please sign in to comment.