Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
iszubok committed Dec 5, 2024
1 parent a5258db commit 10333d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,18 @@ jobs:
with:
go-version: 1.17

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"

- name: Generate
run: go generate -x

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --skip-dirs dist

prettier:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Docker

on:
push:
branches: [generic_build]
branches: [gatewayfm/generic-main]
tags: [v*]
pull_request:
branches: [generic_build]
branches: [gatewayfm/generic-main]

jobs:
docker:
Expand Down

0 comments on commit 10333d7

Please sign in to comment.