Skip to content

Commit

Permalink
workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Nov 22, 2024
1 parent 5d4c0c6 commit 4acdc7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v4

- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.23
id: go

- name: Check out code
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
Expand All @@ -34,7 +34,6 @@ jobs:
cache: 'pnpm'
cache-dependency-path: ui/pnpm-lock.yaml


- name: Build
run: make build

Expand Down

0 comments on commit 4acdc7d

Please sign in to comment.