Skip to content

build(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #154

build(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6

build(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #154

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