Преглед на файлове

refactor: rename details-check-generate-matrix.sh

The commit renames the file `detals-check-generate-matrix.sh` to `details-check-generate-matrix.sh`. This change ensures consistency and improves clarity in the codebase.
Daniel Gibbs преди 2 години
родител
ревизия
e997c94f75
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 0
      .github/workflows/details-check-generate-matrix.sh
  2. 1 1
      .github/workflows/details-check.yml

+ 0 - 0
.github/workflows/detals-check-generate-matrix.sh → .github/workflows/details-check-generate-matrix.sh


+ 1 - 1
.github/workflows/details-check.yml

@@ -21,7 +21,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Generate matrix with generate-matrix.sh
-        run: chmod +x .github/workflows/detals-check-generate-matrix.sh; .github/workflows/detals-check-generate-matrix.sh
+        run: chmod +x .github/workflows/details-check-generate-matrix.sh; .github/workflows/details-check-generate-matrix.sh
 
       - name: Set Matrix
         id: set-matrix