Skip to content

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#30) #94

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#30)

build(deps): Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#30) #94

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
Static-Analysis:
name: "Static analysis"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run static analysis
run: make static-analysis
Unit-Test:
name: "Unit tests"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run unit tests
run: make unit