Skip to content

build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #104

build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1

build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 #104

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