Skip to content

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v… #3452

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v…

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v… #3452

Workflow file for this run

name: Makefile
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
on:
push:
branches: ["main"]
pull_request:
merge_group:
jobs:
makefile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
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