Skip to content

Dependabot and TSCCR disjoint deps management (#56) #441

Dependabot and TSCCR disjoint deps management (#56)

Dependabot and TSCCR disjoint deps management (#56) #441

# GENERATED FILE, DO NOT MODIFY; INSTEAD EDIT .github/workflows/example.yml AND RUN 'make examples'
name: Minimal Example (current branch)
on: push
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build
uses: ./
with:
go_version: 1.18
os: linux
arch: amd64
work_dir: testdata/example-app
debug: true
instructions: |
go build -o "$BIN_PATH" -trimpath -buildvcs=false