Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Add Github actions CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlunar committed Nov 22, 2023
1 parent 5dbbd87 commit bb20ea2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ci
on:
push:
branches:
- '**'
pull_request:
jobs:
ci:
uses: lunarway/lw-shuttle-go-lib-plan/.github/workflows/plan-ci.yml@stable
secrets: inherit
with:
lifecycle: stable

0 comments on commit bb20ea2

Please sign in to comment.