Skip to content

Commit caf2923

Browse files
committed
Move linting to main Actions workflow
1 parent a52490c commit caf2923

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.github/workflows/lint.yml

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

.github/workflows/update-and-build.yml renamed to .github/workflows/update-lint-and-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ jobs:
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
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
4959
build-translation:
5060
runs-on: ubuntu-latest
5161
strategy:

0 commit comments

Comments
 (0)