Skip to content

Commit 5c1efdd

Browse files
committed
run lint & format, add ci pipeline
1 parent ef92310 commit 5c1efdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ jobs:
88
name: Lint & format (ruff)
99
runs-on: ubuntu-22.04
1010
steps:
11+
- name: Install system deps
12+
run: |
13+
sudo apt-get update
14+
sudo apt-get install -y \
15+
libsasl2-dev \
16+
libldap2-dev \
17+
libssl-dev \
18+
gcc \
19+
xvfb
1120
- uses: actions/checkout@v6
1221
- name: Install uv
1322
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)