Skip to content

Merge pull request #16 from eblackrps/dependabot/npm_and_yarn/web/web… #34

Merge pull request #16 from eblackrps/dependabot/npm_and_yarn/web/web…

Merge pull request #16 from eblackrps/dependabot/npm_and_yarn/web/web… #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: actions/setup-node@v6
with:
node-version: "20.19.0"
cache: "npm"
cache-dependency-path: web/package-lock.json
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4
args: --timeout=5m
- name: Run Release Gate
run: make release-gate
- name: Upload Release Bundle
uses: actions/upload-artifact@v7
with:
name: viaduct-release-bundle
path: dist/**
if-no-files-found: error