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

Commit

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

0 comments on commit 4ae3a2d

Please sign in to comment.