Skip to content

chore(deps): Bump github.com/charmbracelet/bubbletea from 0.27.0 to 0.27.1 #116

chore(deps): Bump github.com/charmbracelet/bubbletea from 0.27.0 to 0.27.1

chore(deps): Bump github.com/charmbracelet/bubbletea from 0.27.0 to 0.27.1 #116

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
Static-Analysis:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
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:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
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