Skip to content

Commit 1657ab9

Browse files
committed
Ignore uv lock file
1 parent e3ea946 commit 1657ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ruff-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ jobs:
1717
- name: Install UV
1818
uses: astral-sh/setup-uv@v6
1919

20+
2021
- name: Set up Python
2122
run: uv python install
2223

2324
- name: Install dependencies
24-
run: uv sync --locked --dev
25+
run: uv sync --dev
2526

2627
- name: Run Ruff checks
2728
run: uv run ruff check .

0 commit comments

Comments
 (0)