Skip to content

Commit 2de7795

Browse files
authored
Undo tx_project and tx cli in check.yml
Lint no longer needs it
1 parent c11e07e commit 2de7795

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/check.yml

-7
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ permissions:
3737
env:
3838
PYDOC_LANGUAGE: pt_BR
3939
PYDOC_REPO: ${{ github.server_url }}/${{ github.repository }}
40-
PYDOC_TX_PROJECT: ${{ inputs.tx_project }}
4140
PYDOC_VERSION: ${{ inputs.version }}
42-
TX_CLI_VERSION: '1.6.16'
4341

4442
jobs:
4543

@@ -133,11 +131,6 @@ jobs:
133131
- name: setup
134132
run: ./scripts/setup.sh
135133

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-
141134
- name: Add problem matcher
142135
uses: rffontenelle/[email protected]
143136

0 commit comments

Comments
 (0)