Skip to content

chore: fix dependecies from pulumi #253

chore: fix dependecies from pulumi

chore: fix dependecies from pulumi #253

Workflow file for this run

name: code-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
args: --timeout 10m
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: |
make clean test build