Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-gomez-fastly committed Feb 13, 2025
1 parent f943129 commit 55a0936
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -156,7 +150,6 @@ jobs:
});
return result;
validate-goreleaser:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 55a0936

Please sign in to comment.