Skip to content

Commit 8123c18

Browse files
committed
Use transifex-automations scripts
1 parent 6b398f9 commit 8123c18

19 files changed

Lines changed: 149 additions & 471 deletions

.github/ISSUE_TEMPLATE/translation.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/scripts/build.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/scripts/commit.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/scripts/generate_tx_config.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/scripts/prepare.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/scripts/tx_stat.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/scripts/update.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/po-lint.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Linting Workflow
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
push:
7+
branches:
8+
- '*'
9+
workflow_dispatch:
10+
11+
jobs:
12+
lint:
13+
runs-on: ubuntu-latest
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
version: [ '3.15' ]
18+
continue-on-error: true
19+
steps:
20+
- uses: actions/setup-python@master
21+
with:
22+
python-version: 3
23+
- run: pip install sphinx-lint
24+
- uses: actions/checkout@master
25+
with:
26+
ref: ${{ matrix.version }}
27+
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
28+
- run: sphinx-lint

.github/workflows/python-310.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/python-311.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)