Skip to content

fix(deps): update github.com/rivo/tview digest to 5605142 #3086

fix(deps): update github.com/rivo/tview digest to 5605142

fix(deps): update github.com/rivo/tview digest to 5605142 #3086

Workflow file for this run

name: Makefile
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
on:
push:
pull_request:
merge_group:
jobs:
makefile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
- run: sudo apt-get update
- name: Install cURL Headers
run: sudo apt-get install libcurl4-openssl-dev
- name: Run
run: make test