Skip to content

Commit d2af7ee

Browse files
author
bulldozer-balena[bot]
authored
Merge pull request #28 from balena-io-examples/vipul/add-flowzone
Add Flowzone & update dependencies
2 parents 419e553 + 438a0dd commit d2af7ee

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.github/workflows/flowzone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- "main"
8+
- "master"
9+
10+
jobs:
11+
flowzone:
12+
name: Flowzone
13+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14+
secrets: inherit
15+
with:
16+
balena_slugs: gh_vipulgupta2048/balena-python-hello-world

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
click==8.0.3
2-
Flask==2.0.2
1+
click==8.0.4
2+
Flask==2.0.3
3+
importlib-metadata==4.8.3
34
itsdangerous==2.0.1
4-
Jinja2==3.0.2
5+
Jinja2==3.0.3
56
MarkupSafe==2.0.1
6-
Werkzeug==2.0.2
7+
Werkzeug==2.0.3
8+
zipp==3.6.0

0 commit comments

Comments
 (0)