Skip to content

Commit 25e7a8f

Browse files
committed
fix typo
1 parent ee1e41d commit 25e7a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
working-directory: firebase-dataconnect/ci
280280
run: pytest --verbose --full-trace --color=no --strict-config
281281

282-
pytnon-ci-lint:
282+
python-ci-lint:
283283
continue-on-error: false
284284
runs-on: ubuntu-latest
285285
steps:
@@ -295,7 +295,7 @@ jobs:
295295
working-directory: firebase-dataconnect/ci
296296
run: ruff check --diff --verbose --no-cache --output-format=github --exit-non-zero-on-fix
297297

298-
pytnon-ci-format:
298+
python-ci-format:
299299
continue-on-error: false
300300
runs-on: ubuntu-latest
301301
steps:

0 commit comments

Comments
 (0)