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.
1 parent f7bb23e commit 978e52aCopy full SHA for 978e52a
.github/workflows/cdk-checks.yml
@@ -27,6 +27,10 @@ jobs:
27
run: pip install -r requirements.txt
28
working-directory: ./examples/servers/time
29
30
+ - uses: pypa/gh-action-pip-audit@v1.1.0
31
+ with:
32
+ inputs: ./examples/servers/time/requirements.txt
33
+
34
- name: Synthesize CDK stack
35
run: cdk synth --app 'python3 cdk_stack.py'
36
.github/workflows/python-checks.yml
@@ -24,6 +24,10 @@ jobs:
24
run: uv sync --frozen --all-extras --dev
25
working-directory: ./src/python
26
+ inputs: ./src/python
- name: Build
run: uv build
0 commit comments