We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 419e553 + 438a0dd commit d2af7eeCopy full SHA for d2af7ee
.github/workflows/flowzone.yml
@@ -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
@@ -1,6 +1,8 @@
-click==8.0.3
-Flask==2.0.2
+click==8.0.4
+Flask==2.0.3
+importlib-metadata==4.8.3
itsdangerous==2.0.1
-Jinja2==3.0.2
+Jinja2==3.0.3
MarkupSafe==2.0.1
-Werkzeug==2.0.2
+Werkzeug==2.0.3
+zipp==3.6.0
0 commit comments