فهرست منبع

style: format workflows

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 سال پیش
والد
کامیت
8e97525fa4
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      .github/workflows/unit-tests.yml

+ 0 - 5
.github/workflows/unit-tests.yml

@@ -7,7 +7,6 @@ on:
   pull_request:
   pull_request:
     branches: [main]
     branches: [main]
   workflow_dispatch:
   workflow_dispatch:
-
 concurrency:
 concurrency:
   group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
   group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
   cancel-in-progress: true
   cancel-in-progress: true
@@ -24,7 +23,6 @@ jobs:
         uses: NexusPHP/no-merge-commits@v2.1.0
         uses: NexusPHP/no-merge-commits@v2.1.0
         with:
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           token: ${{ secrets.GITHUB_TOKEN }}
-
   conventional:
   conventional:
     needs: no-merge-commits
     needs: no-merge-commits
     name: Conventional Commits
     name: Conventional Commits
@@ -32,7 +30,6 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
       - uses: webiny/action-conventional-commits@v1.3.0
       - uses: webiny/action-conventional-commits@v1.3.0
-
   unit-tests:
   unit-tests:
     needs: conventional
     needs: conventional
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
@@ -59,7 +56,6 @@ jobs:
         run: cargo clippy -- -D warnings
         run: cargo clippy -- -D warnings
       - name: Run unit tests
       - name: Run unit tests
         run: cargo hack test
         run: cargo hack test
-
   flake-check:
   flake-check:
     needs: conventional
     needs: conventional
     name: Check Nix Flake
     name: Check Nix Flake
@@ -76,7 +72,6 @@ jobs:
         uses: DeterminateSystems/magic-nix-cache-action@main
         uses: DeterminateSystems/magic-nix-cache-action@main
       - name: Nix Flake Check
       - name: Nix Flake Check
         run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L
         run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L
-
   flake-build:
   flake-build:
     needs: conventional
     needs: conventional
     name: Build Nix package
     name: Build Nix package