Skip to content

Commit

Permalink
add stubs for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Oct 24, 2024
1 parent 7b03f97 commit 6a0dcc0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI Pipeline

on:
workflow_dispatch:

jobs:
foo:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 5

0 comments on commit 6a0dcc0

Please sign in to comment.