Skip to content

Commit ff2e34c

Browse files
chore(deployment): fix black linter step (#5275)
1 parent 915c8d6 commit ff2e34c

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

.github/workflows/sequencer_cdk8s-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sequencer CDK8S Test
1+
name: Sequencer-Cdk8s-Test
22
on:
33
push:
44
branches:
@@ -39,7 +39,6 @@ jobs:
3939
uses: actions/setup-node@v4.2.0
4040
with:
4141
node-version: 22
42-
cache: "npm"
4342

4443
- name: Install pip dependencies
4544
run: python3 -m pip install black pipenv
@@ -49,8 +48,9 @@ jobs:
4948

5049
- name: Black all files
5150
uses: psf/black@stable
52-
options: "--check --verbose -l 100 -t py310 --diff --color --exclude imports"
53-
src: deployments/sequencer
51+
with:
52+
options: "--check --verbose -l 100 -t py310 --diff --color --exclude imports"
53+
src: deployments/sequencer
5454

5555
# Synthesize the CDK8s Sequencer app.
5656
- name: CDk8s synth

deployments/sequencer/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)