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 6b5bcc6 commit 7f39339Copy full SHA for 7f39339
.github/workflows/lint.yaml
@@ -22,5 +22,16 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@v6
24
25
+ - name: Install uv
26
+ uses: astral-sh/setup-uv@v7
27
+
28
+ - name: Set up Python ${{ matrix.python-version }}
29
+ uses: actions/setup-python@v6
30
+ with:
31
+ python-version: ${{ matrix.python-version }}
32
33
+ - name: Install project dependencies
34
+ run: uv sync --all-groups --python ${{ matrix.python-version }}
35
36
- name: Run hooks
37
uses: j178/prek-action@v1
0 commit comments