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 ee1e41d commit 25e7a8fCopy full SHA for 25e7a8f
.github/workflows/dataconnect.yml
@@ -279,7 +279,7 @@ jobs:
279
working-directory: firebase-dataconnect/ci
280
run: pytest --verbose --full-trace --color=no --strict-config
281
282
- pytnon-ci-lint:
+ python-ci-lint:
283
continue-on-error: false
284
runs-on: ubuntu-latest
285
steps:
@@ -295,7 +295,7 @@ jobs:
295
296
run: ruff check --diff --verbose --no-cache --output-format=github --exit-non-zero-on-fix
297
298
- pytnon-ci-format:
+ python-ci-format:
299
300
301
0 commit comments