Skip to content

Commit 6eed7e4

Browse files
authored
check.yml: Install tx to satisfy sphinx-intl
1 parent 744786e commit 6eed7e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ jobs:
132132
- name: setup
133133
run: ./scripts/setup.sh
134134

135+
- name: Install Transifex CLI tool
136+
run: |
137+
cd /usr/local/bin
138+
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
139+
135140
- name: Add problem matcher
136141
uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
137142

0 commit comments

Comments
 (0)