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 c11e07e commit 2de7795Copy full SHA for 2de7795
.github/workflows/check.yml
@@ -37,9 +37,7 @@ permissions:
37
env:
38
PYDOC_LANGUAGE: pt_BR
39
PYDOC_REPO: ${{ github.server_url }}/${{ github.repository }}
40
- PYDOC_TX_PROJECT: ${{ inputs.tx_project }}
41
PYDOC_VERSION: ${{ inputs.version }}
42
- TX_CLI_VERSION: '1.6.16'
43
44
jobs:
45
@@ -133,11 +131,6 @@ jobs:
133
131
- name: setup
134
132
run: ./scripts/setup.sh
135
136
- - name: Install Transifex CLI tool
137
- run: |
138
- cd /usr/local/bin
139
- curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
140
-
141
- name: Add problem matcher
142
uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
143
0 commit comments