Update workflow

This commit is contained in:
Gregory Schier
2024-09-06 11:09:03 -07:00
parent 0c8953c471
commit 3bf192953d

View File

@@ -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:
@@ -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