Skip to content

Commit bdd338a

Browse files
authored
refactor(actions): split check tasks into subtask for easier debugging (#29)
1 parent 2689eed commit bdd338a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: ./.github/actions/setup
1515
- run: uv sync --group=checks
16-
- run: uv run invoke checks
16+
- run: uv run invoke checks.format
17+
- run: uv run invoke checks.type
18+
- run: uv run invoke checks.code
19+
- run: uv run invoke checks.security
20+
- run: uv run invoke checks.coverage

0 commit comments

Comments
 (0)