Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: go install golang.org/x/tools/cmd/goimports@latest

- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v7

# Comment this out for now until amppackager passes goimports.
# https://github.com/ampproject/amppackager/issues/506
Expand All @@ -32,7 +32,7 @@ jobs:
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Diagnose the code with go vet
# TODO(banaag): Turn on composite checking when
Expand All @@ -48,7 +48,7 @@ jobs:
go-version: '1.19'

- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Run the tests
run: make test
Expand Down
Loading