diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 8df8ab07..007f4b46 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -13,6 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Update Starfield.h + shell: pwsh + run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}/CommonLibSF" + - name: Run clang-format uses: DoozyX/clang-format-lint-action@v0.16.2 with: @@ -22,10 +26,6 @@ jobs: clangFormatVersion: 16 inplace: True - - name: Update Starfield.h - shell: pwsh - run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}/CommonLibSF" - - name: Update vcpkg version-date id: versioning shell: pwsh