瀏覽代碼

Fix syntax error in main

Jonathan Kelley 1 年之前
父節點
當前提交
862d2ea6f4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -133,9 +133,9 @@ jobs:
         with:
           cache-all-crates: "true"
           save-if: ${{ github.ref == 'refs/heads/main' }}
-    - name: Check semver
-      uses: obi1kenobi/cargo-semver-checks-action@v2
-    - run: cargo semver-checks check-release --workspace --exclude "dioxus-cli, dioxus-ext"
+      - name: Check semver
+        uses: obi1kenobi/cargo-semver-checks-action@v2
+      - run: cargo semver-checks check-release --workspace --exclude "dioxus-cli, dioxus-ext"
 
   playwright:
     if: github.event.pull_request.draft == false