We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a1c27 commit 8c3b874Copy full SHA for 8c3b874
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: astral-sh/setup-uv@v7
15
with:
16
enable-cache: true
17
- - name: Setup enviroment
+ - name: Setup environment
18
run: uv sync --extra dev
19
- run: |
20
sudo apt-get install cpanminus html-xml-utils xmlstarlet
@@ -36,8 +36,9 @@ jobs:
36
37
38
39
40
+ run: uv sync --extra dev
41
- name: Static checks
42
run: |
43
git config --global --add safe.directory .
- uv sync --extra dev
44
uv run make checkstyle
0 commit comments