8000 Use one workflow file · symfony/symfony-docs@9d15288 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d15288

Browse files
committed
Use one workflow file
1 parent c12b18b commit 9d15288

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ jobs:
2424
- run: pip install --user sphinx
2525
- run: pip install -r _build/.requirements.txt
2626
- run: make -C _build SPHINXOPTS=-nW html
27+
doctor-rst:
28+
name: DOCtor-RST
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@master
32+
- name: DOCtor-RST
33+
uses: docker://oskarstark/doctor-rst
34+
with:
35+
args: --short
36+

.github/workflows/lint.yaml

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

0 commit comments

Comments
 (0)
0