Skip to content

Commit

Permalink
fix: removed duplicate checkout and install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abdahmed22 authored Jul 19, 2024
1 parent 4c3a1f0 commit 5d41314
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: make install_dependencies

- name: Run format
run: make format

Expand Down

0 comments on commit 5d41314

Please sign in to comment.