Skip to content

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 0… #48

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 0…

chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 0… #48

Workflow file for this run

name: test
on:
pull_request:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
types: [opened, edited, reopened, synchronize, unlocked]
push:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
jobs:
go-test:
uses: lrstanley/.github/.github/workflows/lang-go-test-matrix.yml@master
with: { num-minor: 1, num-patch: 2 }
go-lint:
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}