Skip to content

chore(docs): release notes for 0.27.1 (#777) #500

chore(docs): release notes for 0.27.1 (#777)

chore(docs): release notes for 0.27.1 (#777) #500

Workflow file for this run

name: component CTFs
on:
pull_request:
branches:
-main
push:
branches:
- main
workflow_dispatch:
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
build-cli:
name: Build component
runs-on: large_runner
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Cache go-build and mod
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: |
~/.cache/go-build/
~/go/pkg/mod/
key: go-${{ hashFiles('go.sum') }}
restore-keys: |
go-
- name: Setup Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: CTF
run: PATH=$PATH:$(go env GOPATH)/bin make -C component/ ctf