We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6e76e commit 4312765Copy full SHA for 4312765
1 file changed
{{cookiecutter.project_slug}}/.github/workflows/lint.yml
@@ -18,12 +18,5 @@ jobs:
18
enable-cache: true
19
cache-dependency-glob: pyproject.toml
20
21
- - name: install uv
22
- run: >
23
- curl --no-progress-meter --location --fail
24
- --proto '=https' --tlsv1.2
25
- "https://astral.sh/uv/install.sh"
26
- | sh
27
-
28
- name: lint
29
run: make lint INSTALL_EXTRA=lint
0 commit comments