Skip to content

Commit

Permalink
ci: add go build
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun committed Jan 19, 2024
1 parent 32f11b5 commit b05d3c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Go

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
call:
uses: opiproject/actions/.github/workflows/go.yml@main
secrets: inherit

0 comments on commit b05d3c9

Please sign in to comment.