From 93c53c5073843ccc16668249f3dbf0404d0d95ab Mon Sep 17 00:00:00 2001 From: Mark Battistella Date: Tue, 26 Mar 2024 10:56:48 +1100 Subject: [PATCH] 2024-03-26 - Cleanup --- .github/workflows/pr-title-checker.yml | 17 ----------------- .github/workflows/static-site.yml | 16 +++++++++++++--- .../xcshareddata/IDEWorkspaceChecks.plist | 8 -------- 3 files changed, 13 insertions(+), 28 deletions(-) delete mode 100644 .github/workflows/pr-title-checker.yml delete mode 100644 .swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml deleted file mode 100644 index 5b9b7d3..0000000 --- a/.github/workflows/pr-title-checker.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Check the PR title in standard format - -on: - workflow_dispatch: - pull_request: - -jobs: - - pr-title-validator: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: thehanimo/pr-title-checker@v1.4.1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - configuration_path: .github/pr-title-checker-config.json - \ No newline at end of file diff --git a/.github/workflows/static-site.yml b/.github/workflows/static-site.yml index 7666955..8f01bc9 100644 --- a/.github/workflows/static-site.yml +++ b/.github/workflows/static-site.yml @@ -8,7 +8,7 @@ on: - synchronize concurrency: - group: "build-website" + group: 'build-website' cancel-in-progress: true permissions: @@ -17,11 +17,22 @@ permissions: id-token: write jobs: + + pr-validator: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: thehanimo/pr-title-checker@v1.4.1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + deploy: + name: Deploy the website + runs-on: ubuntu-latest + needs: pr-validator environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -30,7 +41,6 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository path: './Documentation' - name: Deploy to GitHub Pages id: deployment diff --git a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/.swiftpm/xcode/package.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - -