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 10972dd commit 100ef71Copy full SHA for 100ef71
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
- uses: actions/checkout@v5
51
with:
52
persist-credentials: false
53
+ submodules: "recursive"
54
- name: Install dependencies
55
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
56
if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')
0 commit comments