Skip to content

Commit

Permalink
patch: replace balenaCI with flowzone
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
  • Loading branch information
vipulgupta2048 committed Nov 7, 2022
1 parent 134c100 commit c098aae
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 105 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Flowzone

on:
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"

jobs:
flowzone:
name: Flowzone
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
balena_slugs: balena_io_examples/balena-nodejs-hello-world

0 comments on commit c098aae

Please sign in to comment.