fix(deps): update github.com/rivo/tview digest to 5605142 #3086
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |