Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Sep 6, 2024
1 parent d73b692 commit 1e90e67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
with:
node-version: 20

- uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -77,7 +81,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install yaak CLI
run: npm install -g @yaakapp/cli
run: go install github.com/yaakapp/cli/cmd/yaakcli@latest

- name: Run lint
run: npm run lint
Expand Down

0 comments on commit 1e90e67

Please sign in to comment.