Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: use names for all GitHub actions steps and use sqlc setup action #8495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
matifali committed Jul 13, 2023
commit 553b12827bfd51a565c2d76f6c9c03237ed5b8b8
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Setup Terraform
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Setup Terraform
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Setup Terraform
Expand Down Expand Up @@ -398,7 +398,6 @@ jobs:
- name: Setup Go
uses: ./.github/actions/setup-go


- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Install nfpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-gauntlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Setup Terraform
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

- name: Cache Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
languages: go, javascript

- name: Setup Go
- name: Setup Go
uses: ./.github/actions/setup-go

# Workaround to prevent CodeQL from building the dashboard.
Expand Down