Skip to content

Commit 59970db

Browse files
committed
Squash
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 6d7a7d0 commit 59970db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
permissions:
1919
contents: read
2020
jobs:
21-
lint:
21+
check:
2222
runs-on: ubuntu-24.04
2323
strategy:
2424
fail-fast: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lint:
1313
uv tool run pyright src/
1414

1515
install:
16-
pipx install --force --editable .
16+
uv tool run pipx install --force --editable .
1717

1818
check: format lint install
1919
uv run pytest

0 commit comments

Comments
 (0)