Skip to content

chore(deps): bump the koanf-dependencies group across 1 directory with 2 updates #924

chore(deps): bump the koanf-dependencies group across 1 directory with 2 updates

chore(deps): bump the koanf-dependencies group across 1 directory with 2 updates #924

Workflow file for this run

# SPDX-License-Identifier: MIT
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: make verify
run: make verify
- name: make lint
run: make golangci-lint && GOLANGCI_LINT_EXTRA_ARGS=--timeout=1h make lint
- name: make test
run: make test
- name: make sbom
run: make sbom
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: sbom
path: tmp/garm-operator.bom.spdx