Skip to content

Move commands to separate modules #5

Move commands to separate modules

Move commands to separate modules #5

name: Create Tink Keyset Test
on:
pull_request:
branches:
- main
paths:
- 'tools/create-tink-keyset/cmd/create-tink-keyset/**'
permissions:
contents: read
jobs:
create-tink-keyset-test:
name: 'Build Create Tink Keyset'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: './tools/create-tink-keyset/go.mod'
check-latest: true
- name: Create Tink Keyset build
id: create-tink-keyset-test
run: go build ./tools/create-tink-keyset/cmd/create-tink-keyset