Skip to content

Commit f79f184

Browse files
authored
Merge pull request #23 from ekharkunov/bob-reusable-workflow
Add Bob build workflow
2 parents 9524fc8 + 4cf9b8f commit f79f184

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/bob.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Build with bob
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
uses: defold/github-actions-common/.github/workflows/bob.yml@master

0 commit comments

Comments
 (0)