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 56688a6 commit b435465Copy full SHA for b435465
.builds/style.yaml
.builds/tests-release.yaml
@@ -16,10 +16,14 @@ tasks:
16
cd vdirsyncer
17
sudo systemctl start docker
18
DAV_SERVER="radicale xandikos" make -e install-test
19
+ make -e install-style
20
- test: |
21
22
# Non-system python is used for packages:
23
export PATH=$PATH:~/.local/bin/
24
make -e ci-test
25
DAV_SERVER=radicale make -e ci-test-storage
26
DAV_SERVER=xandikos make -e ci-test-storage
27
+ - style: |
28
29
+ make -e style
0 commit comments