Skip to content

Commit 558c6a4

Browse files
committed
fix(infra): remove duplicate run key
Why: - GitHub Actions rejected the workflow due to duplicate run - restore valid main check job syntax Impact: - workflow YAML validates for main checks - Tests: not run (workflow change)
1 parent 2f2de15 commit 558c6a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ jobs:
210210
if: runner.os == 'Windows'
211211
shell: pwsh
212212
run: just check
213-
run: just check
214213

215214
build:
216215
name: Build - ${{ matrix.platform.os-name }}

0 commit comments

Comments
 (0)