Skip to content

fix(go): update charm.land/bubbletea/v2 ( v2.0.5 → v2.0.6 ) #443

fix(go): update charm.land/bubbletea/v2 ( v2.0.5 → v2.0.6 )

fix(go): update charm.land/bubbletea/v2 ( v2.0.5 → v2.0.6 ) #443

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Test
permissions: { contents: read }
on:
workflow_dispatch: {}
pull_request: { branches: ["main"] }
push: { branches: ["main", "renovate/**"] }
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- name: Run Tests
run: bash scripts/test.sh