ci: configure github-cli in circleci

main
sundowndev 2021-12-21 13:00:11 +04:00
parent c26b619eaf
commit 16b04ee447
No known key found for this signature in database
GPG Key ID: 100CE2799D978462
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ orbs:
go: circleci/go@1.7.0
codecov: codecov/codecov@3.1.0
snyk: snyk/snyk@1.1.2
gh: circleci/github-cli@1.1.0
jobs:
test_acc:
parameters:
@ -103,6 +104,8 @@ jobs:
- image: golang:1.16
steps:
- checkout
- gh/setup:
version: 2.2.0
- run:
name: "Ensure GnuPG is available"
command: gpg --version