Skip to content

Commit d9db0dc

Browse files
committed
👷 uv + taskfile
1 parent 50bbe84 commit d9db0dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: lint
12+
id: lint
1213
uses: juftin/actions/taskfile@v1
1314
continue-on-error: true
1415
with:
@@ -19,6 +20,7 @@ jobs:
1920
github-token: ${{ secrets.GITHUB_TOKEN }}
2021
annotations-ruff: true
2122
- name: check
23+
id: check
2224
uses: juftin/actions/taskfile@v1
2325
continue-on-error: true
2426
with:

0 commit comments

Comments
 (0)