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 a52490c commit caf2923Copy full SHA for caf2923
.github/workflows/lint.yml
.github/workflows/update-and-build.yml …thub/workflows/update-lint-and-build.yml.github/workflows/update-and-build.yml renamed to .github/workflows/update-lint-and-build.yml
@@ -46,6 +46,16 @@ jobs:
46
with:
47
token: ${{ secrets.GITHUB_TOKEN }}
48
event-type: translation-updated
49
+ lint:
50
+ runs-on: ubuntu-latest
51
+ continue-on-error: true
52
+ steps:
53
+ - uses: actions/setup-python@master
54
+ with:
55
+ python-version: 3
56
+ - run: pip install sphinx-lint
57
+ - uses: actions/checkout@master
58
+ - run: sphinx-lint
59
build-translation:
60
runs-on: ubuntu-latest
61
strategy:
0 commit comments