Skip to content

Commit

Permalink
ci: fix workflow steps
Browse files Browse the repository at this point in the history
Ref: #259
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 23, 2024
1 parent 1da6f6e commit 6583171
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Check Copyright Header
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.23
- name: Install dependencies
run: yarn install --immutable
- name: Check Copyright Header
run: yarn copyright:check
- name: Code Lint
run: yarn lint
Expand Down

0 comments on commit 6583171

Please sign in to comment.