Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 4, 2024
1 parent 7c98f3c commit e526933
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
setup-env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.8"
- name: install gomods
run: make gomoddownload
- name: install tools
run: make install-gotools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.8"
- name: install gomods
run: make gomoddownload
- name: install tools
run: make install-gotools
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit e526933

Please sign in to comment.