Skip to content

Commit

Permalink
CI: lint build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FR4NK-W committed Nov 28, 2024
1 parent d59151d commit bb8ea7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
with:
go-version-file: 'go.mod'
- name: Install build requirements
run: |
sudo apt-get update
Expand All @@ -28,8 +28,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
with:
go-version-file: 'go.mod'
- name: Print environment
run: set
- name: Build with make
Expand All @@ -42,8 +42,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
with:
go-version-file: 'go.mod'
- name: Print environment
run: env
- name: Build with make
Expand Down

0 comments on commit bb8ea7a

Please sign in to comment.