Skip to content

chore(deps): pin nezuchan/workflows action to f1fd8ac (#49) #180

chore(deps): pin nezuchan/workflows action to f1fd8ac (#49)

chore(deps): pin nezuchan/workflows action to f1fd8ac (#49) #180

Workflow file for this run

name: Build go project
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test:
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
with:
ADDITIONAL_PACKAGES: "libvips-dev"
TARGET_FILE: "cmd/server/main.go"