From 55a0936c08b45793f63269b8cf2340e9f9c6bf0f Mon Sep 17 00:00:00 2001 From: Anthony Gomez Date: Thu, 13 Feb 2025 16:22:18 -0500 Subject: [PATCH] remove whitespace --- .github/workflows/pr.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 83b8f7d95..27d355499 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,12 +34,10 @@ jobs: go-version: ${{ matrix.go-version }} - name: Test run: make test - changelog: runs-on: ubuntu-latest steps: - uses: dangoslen/changelog-enforcer@v3 - docs: runs-on: ubuntu-latest steps: @@ -57,9 +55,7 @@ jobs: - name: Check diff run: | git diff --exit-code --ignore-all-space ./docs/ - # NOTE: The following two `validate-` jobs (and the top-of-file config) are inspired by: https://github.com/imjohnbo/ok-to-test - # Branch-based pull request from owner or trusted developer who has WRITE access. validate-interface-trusted: if: "!contains(github.event.pull_request.labels.*.name, 'breaking-change') && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository" @@ -80,7 +76,6 @@ jobs: # IMPORTANT: Workflows from forks do not have access to sensitive data such as secrets # https://bit.ly/gh-actions-fork-secret-access # We work around this using ./ok-to-test.yml - check-inputs: runs-on: ubuntu-latest steps: @@ -92,7 +87,6 @@ jobs: echo 'github.event.client_payload.pull_request.head.sha: ${{ github.event.client_payload.pull_request.head.sha }}' echo 'github.event.client_payload.slash_command.args.named.sha: ${{ github.event.client_payload.slash_command.args.named.sha }}' echo 'github.event.client_payload.pull_request.number: ${{ github.event.client_payload.pull_request.number }}' - # Repo owner has commented /ok-to-test on a (fork-based) pull request # This will run the build not as the forked owner but as your own token user. validate-interface-fork: @@ -156,7 +150,6 @@ jobs: }); return result; - validate-goreleaser: runs-on: ubuntu-latest steps: