We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf62be commit 37d3825Copy full SHA for 37d3825
2 files changed
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: Python SDK Lint
2
on: [push, workflow_dispatch]
3
4
jobs:
5
- lint-stage:
+ lint:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
.github/workflows/test.yml
@@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true
9
- test-stage:
+ test:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
0 commit comments