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 915c8d6 commit ff2e34cCopy full SHA for ff2e34c
.github/workflows/sequencer_cdk8s-test.yml
@@ -1,4 +1,4 @@
1
-name: Sequencer CDK8S Test
+name: Sequencer-Cdk8s-Test
2
on:
3
push:
4
branches:
@@ -39,7 +39,6 @@ jobs:
39
uses: actions/setup-node@v4.2.0
40
with:
41
node-version: 22
42
- cache: "npm"
43
44
- name: Install pip dependencies
45
run: python3 -m pip install black pipenv
@@ -49,8 +48,9 @@ jobs:
49
48
50
- name: Black all files
51
uses: psf/black@stable
52
- options: "--check --verbose -l 100 -t py310 --diff --color --exclude imports"
53
- src: deployments/sequencer
+ with:
+ options: "--check --verbose -l 100 -t py310 --diff --color --exclude imports"
+ src: deployments/sequencer
54
55
# Synthesize the CDK8s Sequencer app.
56
- name: CDk8s synth
deployments/sequencer/package.json
0 commit comments