Sfoglia il codice sorgente

Fix syntax error in main

Jonathan Kelley 1 anno fa
parent
commit
862d2ea6f4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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